-
-
Notifications
You must be signed in to change notification settings - Fork 47k
[Matrix] Max area of island problem solved DFS algorithm #6918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Matrix] Max area of island problem solved DFS algorithm #6918
Conversation
Co-authored-by: Caeden <caedenperelliharris@gmail.com>
Co-authored-by: Caeden <caedenperelliharris@gmail.com>
Co-authored-by: Caeden <caedenperelliharris@gmail.com>
hi @CaedenPH, please merge this PR under hackoberfest label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, new question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
viewed, good work
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend making some changes here, but I suppose these aren't explicitly required...
yes @CenTdemeern1 , I had put |
Hi @cclauss or @dhruvmanila, Thanks |
Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>
Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>
for more information, see https://pre-commit.ci
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
…arshubham123/Python into matrix/max_area_of_island
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
for more information, see https://pre-commit.ci
Use that max 88 characters to put comments on fewer lines.
|
Describe your change:
Maximum area of island problem added.
Checklist:
Fixes: #{$ISSUE_NO}
.