Sounds fun and also it would be nice to be able to solve an arbitrary 3x3 (but not even close to optimally).
To do this I need to detect the various phases of CFOP and also it would be just a solver, not a searcher; so I should create a Solver trait and make Searcher a subtrait of Solver
Sounds fun and also it would be nice to be able to solve an arbitrary 3x3 (but not even close to optimally).
To do this I need to detect the various phases of CFOP and also it would be just a solver, not a searcher; so I should create a
Solver
trait and makeSearcher
a subtrait ofSolver