- Approach
- Figure out whether the node that I am in is water or land. If land then continue else if water skip.
- Time:39 ms
- Concepts: dfs,graphs
Link to problem Leetcode Problem Number #200 STATUS : Accepted
Link to problem Leetcode Problem Number #200 STATUS : Accepted