We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875a897 commit 8a678caCopy full SHA for 8a678ca
Python/binary-gap.py
@@ -1,4 +1,4 @@
1
-# Time: O(logn) = O(1) due to n is 32-bit number
+# Time: O(logn) = O(1) due to n is a 32-bit number
2
# Space: O(1)
3
4
# Given a positive integer N, find and return the longest distance
0 commit comments