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 ab9ade5 commit ac4c4eaCopy full SHA for ac4c4ea
Python/search-in-rotated-sorted-array-ii.py
@@ -1,4 +1,4 @@
1
-# Time: O(logn) on average, O(n) at worst
+# Time: O(logn) ~ O(n)
2
# Space: O(1)
3
4
class Solution(object):
0 commit comments