You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: