ldez / cubejs

cube.js -- JavaScript library for modeling and solving the 3x3x3 Rubik's Cube
http://ldez.github.io/cubejs/
MIT License
315 stars 47 forks source link

algorithmic/formal background of this implementation? #116

Closed christianparpart closed 2 years ago

christianparpart commented 2 years ago

Hey.

Many thanks for this great project! I would love to better understand how to implement a cube solver / state generator , and so found you. I am not a CoffeeScript guy, but the code seems somewhat readable still.

In order to better understand, I was wondering what your implementation is based on. Is there some paper to read or anything that helps better understanding this implementation 's background?

Many thanks, Christian.

ldez commented 2 years ago

Hello, it's in the readme: http://kociemba.org/cube.htm

christianparpart commented 2 years ago

How on earth could I have been missing that. Many thanks @ldez. /me continue reading. :)