Saturday, April 30, 2016

Leetcode 200: Number of Island

April 29, 2016

problem statement:

http://blog.csdn.net/ljiabin/article/details/44975717   (DFS, recurisve, the code is very readable)

https://github.com/jianminchen/LeetCode-Java-Solutions/blob/master/200.number-of-islands.java




No comments:

Post a Comment