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 f8f7b5d commit c653d51Copy full SHA for c653d51
find-minimum-in-rotated-sorted-array/bhyun-kim.py
@@ -12,7 +12,7 @@
12
- Otherwise, recursively call the function with the second part
13
14
Time complexity: O(log n)
15
-Space complexity: O(1)
+Space complexity: O(n)
16
17
"""
18
0 commit comments