Skip to content

A Rubik's cube solver with A*, BFS, and DFS algorithms, as well as their hybrid solutions.

License

Notifications You must be signed in to change notification settings

old-zet/a-star_rubiks-cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

a-star_rubiks-cube

An attempt at solving Rubik's cube by classical graph search algorithms, i.e. DFS, BFS, and A*. The problem is complex as the number of Rubik's states possible by applying a sequence of operators is 43,252,003 274,489,856,000 (S. VAUGHEN, “Counting the Permutations of the Rubik's Cube”, Miami Dade College). Hence a custom approach to the problem.

About

A Rubik's cube solver with A*, BFS, and DFS algorithms, as well as their hybrid solutions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages