|
|
|
|
|
by tman
5789 days ago
|
|
I have the feeling you're not a programmer. An algorithm that generates the optimal solution for a given configuration is trivial. Do a breadth-first search of the results of each move until you get to a solved cube. Ta da, you're done! Now, if you want to do it fast, that's a different story. |
|