You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project there is a given maze, with a predetermined starting and ending point from which the shortest path has to be found. The goal is to test how different algorithms can be used to find the shortest path and compare their complexity.
Purpose
The purpose of this project is to get familiar with python and review search algorithms, their strengths, weaknesses, and how they are constructed in Python.
Languages Used
Python
About
This is a project that finds the shortest path in a maze.