#Rubiks Cube Solver This is the Pocket Rubik's Cube(2x2x2) Solver. The program is written in C++ with the function shortest_path() being the one which solves. It uses a 2-way BFS, finds the shortest path from start position to end position(usually solved position). It finally returns a list of moves to solve the cube from the start to end.
-
Notifications
You must be signed in to change notification settings - Fork 1
This is the Pocket Rubik's Cube(2x2x2) Solver. Using 2-way BFS, finds the shortest path from start position to end position(usually solved position). Returns a list of least moves required to solve.
varanshukla/Rubiks-Cube-Solver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is the Pocket Rubik's Cube(2x2x2) Solver. Using 2-way BFS, finds the shortest path from start position to end position(usually solved position). Returns a list of least moves required to solve.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published