Merge pull request #676 from somone23412/patch-1

Update Leetcode 题解 - 搜索.md : 695题应为Medium
This commit is contained in:
CyC2018 2019-04-18 14:43:53 +08:00 committed by GitHub
commit 626c61f1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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],