Skip to content

Commit 31c07bf

Browse files
authored
Fixed name of file
1 parent c338b8b commit 31c07bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/0081-search-in-rotated-sorted-array-II.py renamed to python/0081-search-in-rotated-sorted-array-ii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def search(self, nums: List[int], target: int) -> bool:
2020
right = mid - 1
2121
else:
2222
left += 1
23-
return False
23+
return False

0 commit comments

Comments
 (0)