Skip to content
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

Added solution for Q36 - validate sudoku #22

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Added solution for Q36 - validate sudoku #22

merged 1 commit into from
Jul 23, 2024

Conversation

atulgoel126
Copy link
Owner

The solution was to handle the matrices and three 2D arrays and their indexes very carefully. Something new I learnt was to calculate the subgridIndex.

The solution was to handle the matrices and three 2D arrays and their indexes very carefully.
Something new I learnt was to calculate the subgridIndex.
@atulgoel126 atulgoel126 merged commit 3b5f853 into main Jul 23, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant