We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8dc30 commit 777249cCopy full SHA for 777249c
Python/reverse-integer.py
@@ -1,4 +1,4 @@
1
-# Time: O(logn)
+# Time: O(logn) = O(1)
2
# Space: O(1)
3
#
4
# Reverse digits of an integer.
0 commit comments