Skip to content

Commit

Permalink
Update Find Minimum in Rotated Sorted Array.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPaulb authored Aug 20, 2022
1 parent 5a6acb2 commit 9c8440c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 11_Binary-Search/Find Minimum in Rotated Sorted Array.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ def findMin(self, nums: List[int]) -> int:
return res



# Time: O(log n)
# Time: O(log(N))
# Space: O(1)

0 comments on commit 9c8440c

Please sign in to comment.