You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Merge [Find Minimum in Rotated Sorted Array](../find-minimum-in-rotated-sorted-array) and [Search in Rotated Sorted Array II](../search-in-rotated-sorted-array-ii)
2
+
3
+
Patch to [Find Minimum in Rotated Sorted Array](../find-minimum-in-rotated-sorted-array) is
4
+
to handle the worst case
5
+
6
+
```
7
+
[ 1 1 1 1 1 1 2 1 1 1 1]
8
+
s m e
9
+
```
10
+
11
+
when `s = m = e` we do not know which part contains the mininum number.
0 commit comments