DIY: Number of Islands
Explore how to implement an algorithm in Elixir to count the number of islands in a 2D grid of land and water. Understand the problem of identifying connected land areas and practice coding a function that handles grid traversal to solve real-world inspired coding interview questions.
We'll cover the following...
We'll cover the following...