Algorithms for solving scrambled Twiztor puzzles.

Breadth-First Search

A smart version of brute force. Start at initial state, apply every possible move to the state. Repeat on the newly generated states until the puzzle is solved.

Smarter Algorithm

Gotta look up the gooder algorithm for solving involving stabilizers and orbits. Only works when a twiztor is a permutation group.