FarhanShoukat/Rubiks-Cube-Solver
A comprehensive comparision of IDFS and IDA* in solving Rubik's Cube
This project explores different methods to find the quickest solution for a scrambled Rubik's Cube. It takes a scrambled cube configuration as input and determines the sequence of moves required to solve it, showing how quickly each method can find that solution. Anyone interested in the computational challenge of solving Rubik's Cubes, from puzzle enthusiasts to computer science students exploring search algorithms, would find this useful.
No commits in the last 6 months.
Use this if you want to understand and compare different algorithmic approaches for solving a Rubik's Cube efficiently.
Not ideal if you're looking for a physical robot or an interactive application to solve a real-world Rubik's Cube in your hand.
Stars
7
Forks
1
Language
Python
License
MIT
Category
Last pushed
Feb 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/FarhanShoukat/Rubiks-Cube-Solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
YashIndane/webcube
Rubik's cube assistant on Flask webapp
mahdavipanah/pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
NiloofarShahbaz/8-puzzle-search-implementation
this a python BFS , A* and RBFS implementation of 8 puzzle