Vincent Wong

Results 2 issues of Vincent Wong

We currently have tests for 2x2x2, 3x3x3 and 4x4x4 cubes. It would be good to have tests that can generalise up to any NxNxN size cube.

help wanted
good first issue

The current [FaceletCube](https://github.com/V-Wong/CubeSimRS/blob/main/src/facelet_cube/moves.rs) implementation is not as performant as I would like it to be. Since the results are cached, actual computations are rarely required. I suspect the bottleneck to...

enhancement
help wanted