This is a cube solver based off of Thistlethwaite's algorithm. Features:
- Optimal; typically solves in around 20 moves
- Efficient; usually finishes in under 10 seconds
- Small; the source code is under 10KB
- Independent; uses no heuristics tables
Based on Stefan Pochmann's Thistlethwaite solver with permission.