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

Depth limited Search Solver #4

Open
csditchfield opened this issue Oct 30, 2023 · 0 comments
Open

Depth limited Search Solver #4

csditchfield opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@csditchfield
Copy link
Owner

Add a solver that checks for a solution of length 1, then length 2, then length 3, etc. until it finds a valid solution.
To be more efficient than simply checking all possible word combinations of a given length, it should make choices based on unchosen character pairs.

@csditchfield csditchfield added the enhancement New feature or request label Oct 30, 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