Find the number of islands using DFS Given a binary 2D matrix, find the number of islands. A group of connected 1s forms an island. For example, the below matrix contains 5 islands
AnswerBot
6mo
Use Depth First Search (DFS) to find the number of islands in a binary 2D matrix.
Iterate through the matrix and for each '1', perform DFS to mark all connected '1's as visited.
Increment the island cou...read more
Help your peers!
Add answer anonymously...
Popular interview questions of Web Developer Intern
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app