keshavsingh4522 / hacktoberfest

Submit Just 4 PRs to earn SWAGS and Tshirts🔥
https://hacktoberfest.digitalocean.com/
Creative Commons Zero v1.0 Universal
859 stars 4.03k forks source link

Feature: Add Leetcode Number Of islands Solution #2052

Open lakshita15 opened 3 years ago

lakshita15 commented 3 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Arjun6112 commented 3 years ago

Hey, Assign this to me. I'll implement an easy to understand solution with proper comments and indentation

themonikanayak commented 3 years ago

I would like to work on this issue. Please assign this to me.

SiddharthShukla547 commented 3 years ago

Hey! I would like to implement my solution for this problem. I will solve this using bfs and recursion.

This question can also be solved using dfs but the bfs solution of the same is easy to understand and implement.

Anuj123verma commented 3 years ago

Hi, I will like to work on this problem and will add proper documentation. Please assign this to me @lakshita15 Thanks,

lakshita15 commented 3 years ago

Made The Pull Request Kindly Check

hritik2002 commented 3 years ago

@lakshita15 This issue is still open . Should I also try a pr of my solution to this problem ?