Rubiks Cube: Cycles
An investigation into cycles on 3x3 and 4x4 Rubiks Cubes.
Uses this library: dwalton76/rubiks-cube-NxNxN-solver
Files:
-
manual_order.py- manually apply sequences to cubes to determine their order. -
perms.py- provide supporing functions tomanual_order.pyto find rotational permutations of a move sequence. -
sequence_order.py- use tuples and tuple factoring to determine the order of a move sequence.
Description
Languages
Python
100%