Skip to content

Commit c653d51

Browse files
authored
fix space comlexity
1 parent f8f7b5d commit c653d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find-minimum-in-rotated-sorted-array/bhyun-kim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Otherwise, recursively call the function with the second part
1313
1414
Time complexity: O(log n)
15-
Space complexity: O(1)
15+
Space complexity: O(n)
1616
1717
"""
1818

0 commit comments

Comments
 (0)