Why is my rubik's cube calculation off by 4000?
I’m trying to throw together some quick and dirty javascript code to give me the number of possible piece permutations on a rubik’s cube given a constraint such as "1 edgepiece is solved". (sticking to 3×3 for simplicity) When I run the normal 12 edgepieces and 8 corners through my function, it’s giving me a… Read More Why is my rubik's cube calculation off by 4000?