Тёмный

Leetcode 200 | Number of Islands | DFS (Java Solution) 

The Tech Granth
Подписаться 20 тыс.
Просмотров 490
50% 1

Number of Islands is a google interview question and is classical dfs problem.
It is present on leetcode as 200. Asked in big tech interview like google, amazon, microsoft etc.
leetcode.com/p...
Given a 2d grid map of '1's (land) and '0's (water), count 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.
#leetcode #thetechgranth #numberofisland
Example 1:
Input: grid = [
["1","1","1","1","0"],
["1","1","0","1","0"],
["1","1","0","0","0"],
["0","0","0","0","0"]
]
Output: 1
Example 2:
Input: grid = [
["1","1","0","0","0"],
["1","1","0","0","0"],
["0","0","1","0","0"],
["0","0","0","1","1"]
]
Output: 3
system design: • System Design | Distri...
DS for beginners: • Arrays Data Structures...
leetcode solutions: • Leetcode 84 | Largest ...
github: github.com/The...
facebook group : / 741317603336313
twitter: / granthtech

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@Shanerdigans
@Shanerdigans Год назад
Tried this solution and one of my own and all testcases do not pass. Failure - [[1,0,0,1],[0,1,1,0],[0,1,1,1],[1,0,1,1]]
Далее
NUMBER OF ISLANDS - Leetcode 200 - Python
11:41
Просмотров 299 тыс.
Bike vs Super Bike Fast Challenge
00:30
Просмотров 6 млн
Пришёл к другу на ночёвку 😂
01:00
Pointers and dynamic memory - stack vs heap
17:26
Просмотров 1,4 млн
Number of islands | Leetcode #200
12:44
Просмотров 180 тыс.
Think Fast, Talk Smart: Communication Techniques
58:20
Postgres just got even faster
26:42
Просмотров 12 тыс.