Skip to content

Commit ac4c4ea

Browse files
authored
Update search-in-rotated-sorted-array-ii.py
1 parent ab9ade5 commit ac4c4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/search-in-rotated-sorted-array-ii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(logn) on average, O(n) at worst
1+
# Time: O(logn) ~ O(n)
22
# Space: O(1)
33

44
class Solution(object):

0 commit comments

Comments
 (0)