This code contains a python based maze navigator for VEXcode VR. The solution maps the maze, find the quickest exit route, and then returns home. I chose to use DFS to map the maze because its ideal ...