Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 683 Bytes

Path Finding Algorithms

For the 2024 Missouri Hacks Hackathon.


Purpose

Inside Files, you will find a Python file that takes the input of a file map, as displayed in path-data.

The object/robot in the program, denoted as "@", navigates the maze most efficiently to reach its end objective which is a "*".


Credits

A* Algorithm
Manhattan Distance
ChatGPT