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...
Homingos Web Developer Intern Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter