Skip to content

Commit 164aef9

Browse files
authored
Update powx-n.py
1 parent d0a27cf commit 164aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/powx-n.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(logn) = O(1)
1+
# Time: O(logn)
22
# Space: O(1)
33

44
class Solution(object):

0 commit comments

Comments
 (0)