torjusti / cube-solver

A collection of Rubiks cube solvers implemented in JavaScript
MIT License
22 stars 4 forks source link

Defer initialization #1

Closed torjusti closed 7 years ago

torjusti commented 7 years ago

Solvers should be initialized explicitly or on first run. Consider making move tables and pruning tables be returned by a closure.

torjusti commented 7 years ago

Fixed in #422865c