Introduction - If you have any usage issues, please Google them yourself
Cube puzzle problem (three-dimensional expansion of 8 digital issues) using C/C++ implement four algorithms that use heuristic function h1 (n) of the A* algorithm: Astar_h1.cpp, using heuristic function h2 (n) of the A* algorithm: Astar_h2.cpp, using heuristic function h1 (n) of the IDA* algorithm: IDAstar_h1.cpp, using heuristic function h2 (n) of the IDA* algorithm: IDAstar_h2.cpp. Corresponding to the output file name and algorithms. In the heuristic function h1 A* algorithm outputs to output_Ah1.txt h2 as heuristic function with A* algorithm outputs to output_Ah2.txt h1 as heuristic function to IDA* algorithm outputs to output_IDAh1.txt with h2 as heuristic function The IDA* algorithm outputs to output_IDAh2.txt.