Back to Browse

NUMBER OF ISLANDS | PYTHON SOLUTION EXPLAINED | LEETCODE # 200

6.7K views
Jan 31, 2022
13:36

In this video we are going to be going over how to solve Leetcode problem #200: Number of Islands. This is another quite simple problem that can be solved using a depth first search. While this problem is not particularly interesting, A LOT of Leetcode problems have a solution that follows this structure so it's definitely important to know how to implement the DFS here.

Download

1 formats

Video Formats

360pmp417.9 MB

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

NUMBER OF ISLANDS | PYTHON SOLUTION EXPLAINED | LEETCODE # 200 | NatokHD