Skip to content

Bug Report for valid-sudoku #4050

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
pekingPow opened this issue Apr 16, 2025 · 0 comments
Open

Bug Report for valid-sudoku #4050

pekingPow opened this issue Apr 16, 2025 · 0 comments

Comments

@pekingPow
Copy link

Bug Report for https://neetcode.io/problems/valid-sudoku

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

Small correction for the problem description, specifically on Hint 3:

"(row / 3) * 3 + (col / 3)"

Instead, I believe it should be "//" like this:

(row // 3) * 3 + (col // 3)

Thank you! I really enjoy learning with NeetCode. Keep it up!

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