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

Integrate IDA* (Korf's Algorithm) for Efficient Rubik's Cube Solving #3

Open
TaherPatan opened this issue Jun 19, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@TaherPatan
Copy link

The current Rubik's Cube solver employs basic heuristic algorithms which while functional, are not optimized for efficiency. Korf's Algorithm, a well-established method for solving the Rubik's Cube, utilizes IDA* search combined with a sophisticated heuristic, providing optimal solutions with minimal computational resources. Integrating this algorithm could significantly enhance the solver's performance. I am providing a few links for further reading on the topic as it would make a great project if the given algorithm is implemented.
https://github.com/wylieglover/3D-Rubiks-Solver

@HichemTab-tech HichemTab-tech self-assigned this Jun 19, 2024
@HichemTab-tech HichemTab-tech added the enhancement New feature or request label Jun 19, 2024
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

2 participants