Generates a random 2D grid maze using prim's algorithm Builds a maze by starting from a random cell Repeatedly adds the lowest-cost wall that connects the growing maze to a new unvisited cell until ...
The build_maze and find_path functions – especially their parameters are not well suited for a recursive algorithm. I suggest to write your own recursive function using whatever parameters you need ...
The problem of Micromouse i.e. A Maze Solving Robot is about 32 years old but its importance in the field of Robotics is unparalleled because it requires thorough analysis and paper work. Before it is ...