Skip to content

[TYPO] Bug Report for count-number-of-islands #4040

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

Open
WojtekTB opened this issue Apr 13, 2025 · 0 comments
Open

[TYPO] Bug Report for count-number-of-islands #4040

WojtekTB opened this issue Apr 13, 2025 · 0 comments

Comments

@WojtekTB
Copy link

WojtekTB commented Apr 13, 2025

Bug Report for https://neetcode.io/problems/count-number-of-islands

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.?title=Bug Report for max-area-of-island

Image

Problem contains a typo:

Fill each land cell with the distance to its nearest treasure chest. If a land cell cannot reach a treasure chest than the value should remain INF.

I believe it should be

Fill each land cell with the distance to its nearest treasure chest. If a land cell cannot reach a treasure chest then the value should remain INF.

@WojtekTB WojtekTB changed the title Bug Report for count-number-of-islands [TYPO] Bug Report for count-number-of-islands Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant