DIY: Number of Islands

Solve the interview question "Number of Islands" in this lesson.

Problem statement

Given an m x n 2D grid map of 1's (land) and 0's (water), return the number of islands.

An island is surrounded by water and is formed by connecting adjacent lands ...