We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a27cf commit 164aef9Copy full SHA for 164aef9
Python/powx-n.py
@@ -1,4 +1,4 @@
1
-# Time: O(logn) = O(1)
+# Time: O(logn)
2
# Space: O(1)
3
4
class Solution(object):
0 commit comments