Skip to content

Commit a7e750a

Browse files
committed
Update find-minimum-in-rotated-sorted-array.cpp
1 parent 752e238 commit a7e750a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/find-minimum-in-rotated-sorted-array.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ class Solution {
1717
}
1818

1919
return nums[left];
20-
2120
}
2221
};

0 commit comments

Comments
 (0)