We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
n-peg for n > 1 is broken for non-bag-emptying plays. It often gives the right answer, but that's by accident.
We need to support at least one of the following modes:
When solving the peg recursively:
Also threads are not used optimally; when solving more complex plays and other threads are done they should help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
n-peg for n > 1 is broken for non-bag-emptying plays. It often gives the right answer, but that's by accident.
We need to support at least one of the following modes:
When solving the peg recursively:
Also threads are not used optimally; when solving more complex plays and other threads are done they should help.
The text was updated successfully, but these errors were encountered: