Home > Back-end >  Maze problem
Maze problem

Time:09-30

In c + + language, stack way to design a function, in a N * N the maze to find the shortest path from the inlet to outlet, the requirement is: 1, the stack class in a separate header file;
2, consider how you can avoid the boundary of the maze, please everybody to help
  • Related