matrix_algorithms/island_count_bfs library

Functions

numIslandsBFS(List<List<String>> grid) int
🏝️ Island Count (BFS)