Introduction - If you have any usage issues, please Google them yourself
The maze is represented by a matrix. The maze can be generated automatically according to the dimension specified by users, and the status of each location in maze can be printed. On the basis of A, we can achieve automatic path search of maze and determine whether there is a path from start to finish.