Project information
- Category: MATLAB
- Class: Advanced Introduction to Programming
- Project date: Fall, 2022
- Project URL: Click Here
Project Details
This was a project I made with the task being to create a maze solver that no matter how large the maze the solver can reach the end of the maze without being able to see ahead nor without any information given, purely based on finding the exit. In this algorithm we keep track of the places we've gone and never trek down the same path unless all other paths lead to dead ends, the result is as follows (Image 2, a small example).