An Algo Project at Codam (42) - Rubik's cube solver with A*/greedy/cost-uniform algorithms
make re
./rubik -astar/-greedy/-costuniform [command_list] [-r random_command_list_length]
- astar - A* algorithm, current cost and metric are taken into consideration
- greedy - only metric is take into consideration
- costuniform - only cost is taken into consideration
Manhattan distance in three dimensions.