更新题解

This commit is contained in:
YDZ
2019-12-10 16:58:28 +08:00
parent e4d5ee37a9
commit 976facb874

View File

@@ -1965,7 +1965,7 @@ func peakIndexInMountainArray(A []int) int {
}
```
- max-min 最大值最小化问题。求在最小满足条件的情况下的最大值。第 410 题,第 1011 题。
- max-min 最大值最小化问题。求在最小满足条件的情况下的最大值。第 410 题,第 875 题,第 1011 题,第 1283 题。
| Title | Solution | Difficulty | Time | Space |收藏|
| ----- | :--------: | :----------: | :----: | :-----: | :-----: |