Update Leetcode 题解 - 搜索.md

695题应为Medium
This commit is contained in:
quyan
2019-04-16 16:40:24 +08:00
committed by GitHub
parent 93e92e739a
commit 239669c7d5

View File

@ -276,7 +276,7 @@ private int getShortestPath(List<Integer>[] graphic, int start, int end) {
## 查找最大的连通面积
[695. Max Area of Island (Easy)](https://leetcode.com/problems/max-area-of-island/description/)
[695. Max Area of Island (Medium)](https://leetcode.com/problems/max-area-of-island/description/)
```html
[[0,0,1,0,0,0,0,1,0,0,0,0,0],