From 1935e87cb14cf43577cfc78bbece0c78cd618d2b Mon Sep 17 00:00:00 2001 From: lucifer Date: Sat, 21 Nov 2020 22:08:23 +0800 Subject: [PATCH] Update island.md --- thinkings/island.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinkings/island.md b/thinkings/island.md index a5d622b70..cae02901b 100644 --- a/thinkings/island.md +++ b/thinkings/island.md @@ -66,7 +66,7 @@ for i in range(M): ## 相关题目 - [200. 岛屿数量](https://github.com/azl397985856/leetcode/blob/master/problems/200.number-of-islands.md) -- [695. 岛屿的最大面积](https://leetcode-cn.com/problems/max-area-of-island/solution/695-dao-yu-de-zui-da-mian-ji-dfspython3-by-fe-luci/) +- [695. 岛屿的最大面积](https://leetcode-cn.com/problems/max-area-of-island/solution/695-dao-yu-de-zui-da-mian-ji-dfspython3-by-fe-luci/)(字节跳动原题) - [1162. 地图分析](https://leetcode-cn.com/problems/as-far-from-land-as-possible/solution/python-tu-jie-chao-jian-dan-de-bfs1162-di-tu-fen-x/) - 463. 岛屿的周长