Back to Browse

MAKING A LARGE ISLAND | LEETCODE # 827 | PYTHON SOLUTION

12.9K views
May 23, 2022
22:09

In this video we are solving another Facebook interview question: Making a Large Island (Leetcode # 827). This question builds on the foundation set in questions like "Max Area of an Island" and "Number of Islands" where we want to use DFS to do some traversal of a binary matrix. This problem is a little bit trickier and there's some things we need to take care of in order to actually compute the correct solution here and not double count things.

Download

1 formats

Video Formats

360pmp428.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

MAKING A LARGE ISLAND | LEETCODE # 827 | PYTHON SOLUTION | NatokHD