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 c338b8b commit 31c07bfCopy full SHA for 31c07bf
python/0081-search-in-rotated-sorted-array-II.py renamed to python/0081-search-in-rotated-sorted-array-ii.py
@@ -20,4 +20,4 @@ def search(self, nums: List[int], target: int) -> bool:
20
right = mid - 1
21
else:
22
left += 1
23
- return False
+ return False
0 commit comments