Skip to content

Bug Report for valid-sudoku #4233

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
raffimohammed opened this issue Jun 5, 2025 · 0 comments
Open

Bug Report for valid-sudoku #4233

raffimohammed opened this issue Jun 5, 2025 · 0 comments

Comments

@raffimohammed
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.

Recommend better grammar to make the problem very clear right from the get go. The developer should not have to refer to the example to truly understand that a period can also be there. The current language gives the impression that all the digits 1-9 must exist in each row, column and sub-box which is not the case.

Each row can contain the digits 1-9 without duplicates and periods.
Each column can contain the digits 1-9 without duplicates and periods.
Each of the nine 3 x 3 sub-boxes of the grid can contain the digits 1-9 without duplicates and periods.

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