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 Solver #13

Open
akiradeveloper opened this issue Oct 7, 2021 · 0 comments
Open

Implement Solver #13

akiradeveloper opened this issue Oct 7, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@akiradeveloper
Copy link
Owner

Solve is very nice to have but I have no knowledge about Rubik's cube solver.

The interface would be

pub fn solve(problem: PermutationMatrix) -> Vec<Command>

What you will do:

  1. Add solver/mod.rs. Put everything in this directory.
  2. Implement solver
@akiradeveloper akiradeveloper added the help wanted Extra attention is needed label Oct 7, 2021
@akiradeveloper akiradeveloper changed the title Implement solver Implement Solver Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant