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 43750f2 commit 793065aCopy full SHA for 793065a
Python/guess-number-higher-or-lower-ii.py
@@ -1,4 +1,4 @@
1
-# Time: O(n^2)
+# Time: O(n^3)
2
# Space: O(n^2)
3
4
class Solution(object):
0 commit comments