Rubik's Cube solver implemented by C++ and OpenGL using Krof/Kociemba algorithm.
Stars
137
Forks
32
Watchers
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
22
commits
update README.md
1ff0254
add demo
9b1f0e2
Add Rubik's Revenge.
49c58e0
Fix the error of algorithm's name.
9edb352
Complete README.
8e913cf
Add multi-thread support for Krociemba.
48d0db4
Optimize the heuristic function of Krociemba.
b43d846
Add Krociemba algorithm.
84dffa1
Add example and Makefile & Fix bug.
c2d3324
Change the inner representation of cube.
d24b210
Optimize the calculation of heuristic function.
a580af4
Add multi-thread support in Krof's algorithm.
650cd36
Remove the check of repeated state in DFS.
b24b05b
Use DFS to replace BFS in Krof's algorithm.
68fccbd
Optimize the memory use.
efa8f22