题目:https://leetcode.com/problems/number-of-islands/
代码(github):https://github.com/illuz/leetcode
算一张 01 里面有几个 1 块。
直接 BFS 就行了。
当然 DFS 也可以,这题没太大数据会卡 DFS。
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
题目:https://leetcode.com/problems/number-of-islands/
代码(github):https://github.com/illuz/leetcode
算一张 01 里面有几个 1 块。
直接 BFS 就行了。
当然 DFS 也可以,这题没太大数据会卡 DFS。