We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Problem contains a typo:
I believe it should be
The text was updated successfully, but these errors were encountered: