Implementing an Optimal Rubik’s Cube Solver using Korf’s Algorithm

And a Quick Solver Using Thistlethwaite’s Algorithm

Ben Botto
18 min readMay 9, 2020

--

The Rubik’s Cube is a fascinating, timeless puzzle with quintillions of possible states. As a cube-geek turned AI-enthusiast, and armed with a handful of human-centric algorithms for solving the cube, I decided to try my hands at programming a Rubik’s Cube solver…

--

--