Max Area of Island | LeetCode 695 | Python | Solution
‘Max Area of Island’ is a graph problem. I assume you already have a basic understanding of Graph and DFS algorithms. This problem is almost similar to the number of islands problem. I wrote about it in my blog. LeetCode 695 Problem Overview (Max Area of Island) Before getting into the problem, read the description […]
Max Area of Island | LeetCode 695 | Python | Solution Read More »