Skip to content

Commit

Permalink
Update Leetcode 题解 - 搜索.md
Browse files Browse the repository at this point in the history
695题应为Medium
  • Loading branch information
somone23412 authored Apr 16, 2019
1 parent 93e92e7 commit 239669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/Leetcode 题解 - 搜索.md
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 239669c

Please sign in to comment.