You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
eb7a5f54f5
|
6 years ago | |
---|---|---|
docs | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
manual_order.py | 7 years ago | |
perms.py | 7 years ago | |
sequence_order.py | 6 years ago |
README.md
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.py
to find rotational permutations of a move sequence. -
sequence_order.py
- use tuples and tuple factoring to determine the order of a move sequence.