Do you like to solve Rubik's cube? I do.
As a cuber and programmer, I want to build a toolset to build applications like
In this library, the state of the cube is expressed as 54x54 permutation matrix which consumes only 54 bytes in memory and the multiplication costs only O(54) since the matrix is sparse.
This library will include the following modules:
I am open to any suggestions.
Akira Hayakawa (@akiradeveloper)