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

Carmelo Restivo's Sudoku Solver Implementation #151

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Vespirit
Copy link

Solves any sudoku grid, with exactly 1 solution, using a backtracking solution made more efficient by eliminating any immediately contradictory hypotheses. Also added extra test cases to furthur ensure validity and efficiency.

As an aside, this was my first experience with Go as well as the Sudoku strategy rabbit hole, and both were an enlightening and enjoyable experience. I appreciate the opportunity for this challenge!

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