Description

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 horizontally or vertically. You may assume all four edges of the grid are all surrounded by water.


#data-structures #programming #javascript #algorithms

JavaScript Algorithms: Number of Islands (LeetCode)
5.60 GEEK