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

difficulty of Sudoku is less determined by the number of empty fields but rather by the complexity of logical decisions #3

Open
607011 opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@607011
Copy link
Owner

607011 commented May 4, 2023

Expert Sudoku solvers know this: It's simply not true that a Sudoku gains difficulty when reducing the number of clues. A Sudoko with 64 empty fields can look very hard at the first glance, but it inevitably isn't. It's rather the number and the complexity of logical decisions at player has to make that increase a Sudoku's difficulty.

So there should be an (additional) option which tells the generator to output only Sudokus that fit the required complexity level – and an evaluation function that determines the Sudoku's complexity.

@607011 607011 added the enhancement New feature or request label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant