Introduction - If you have any usage issues, please Google them yourself
A* algorithm is implemented, and A* algorithm is the best first algorithm with some constraints. Because when solving some problems, we hope to solve the shortest path of the state space search, which is to solve the problem in the fastest way, which is the way to do this! A* algorithm is A best adopted priority algorithm.