Graph 16.1 Maze problem

#1
  1. How would you enumerate all paths in the maze approach? What is the time complexity of that?
  2. Can we prove that path from start to exit if exists, has to be simple?
0 Likes