Skip to content

AdityaPandeyCN/rubikscube-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubikscube-solver

Working Example

For this example, the solver uses the IDA* (Iterative Deepening A*) algorithm with a corner pattern database for efficient solving. The program automatically:

  1. Takes a scrambled Rubik's cube as input
  2. Processes it using the pattern database
  3. Finds an optimal or near-optimal solution
  4. Displays the sequence of moves to solve the cube

The output is shown below:- Solved Cube

About

Rubik’s Cube Solver-using Korf ’s IDA* Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published