Nxnxn Rubik 39scube Algorithm Github Python Verified May 2026
This project focuses on rather than solving speed. It models the cube as a group of permutations, allowing formal verification of move sequences.
Uses a mathematical group theory library (python-verified-perm) to ensure every move sequence is a valid permutation of the group. 3. pycuber (Extended for NxNxN) by adrianliaw Original stars: 200+ for 3x3, but community forks add NxNxN support. nxnxn rubik 39scube algorithm github python verified
from nxnxn import Cube c = Cube(4) # 4x4 c.move("R U R' U'") # Sextet assert c.is_verified() # Checks all cubies are valid This project focuses on rather than solving speed