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

Implement Dancing Links instead of current Brute Force method. #1

Closed
hbldh opened this issue Oct 18, 2015 · 1 comment
Closed

Implement Dancing Links instead of current Brute Force method. #1

hbldh opened this issue Oct 18, 2015 · 1 comment

Comments

@hbldh
Copy link
Owner

hbldh commented Oct 18, 2015

Donald Knuth's Dancing Links Algorithm can solve Sudokus quickly and in a more stable fashion than the current Brute Force method.

References:

hbldh added a commit that referenced this issue Oct 19, 2015
@hbldh
Copy link
Owner Author

hbldh commented Oct 19, 2015

Adapted code from Algorithm X in 30 lines! instead. Works great.

@hbldh hbldh closed this as completed in 29e44bd Oct 19, 2015
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