Topic: Language Problem / Level: advanced

Problem: Write a program to find the number of islands in a 2D grid of 1s (land) and 0s (water).

Run the code to see the output here...