Sunday, September 2, 2018

695. Max Area of Island

Sept. 2, 2018

Introduction


It is an easy level array algorithm. I chose to use recursive function to visit all the nodes in the same island and also count the number of elements.

My practice


Here is the link of Leetcode discussion post I shared.


No comments:

Post a Comment