A CPP program which solves any Rubik's cube configuration in 45 moves or less using the Thistlethwaite algorithm.
Made using the MinGW C++ compiler.
References:
- Jaap's puzzle page containing a letter from Thistlethwaite.
- Medium article by Ben Botto