Skip to content

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.

Notifications You must be signed in to change notification settings

varanshukla/Rubiks-Cube-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#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.

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

No packages published

Languages