Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 366 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 366 Bytes

AStar algorithm

Answer to graded assignment in "introduction to machine learning and AI" DTE-2602 Autumn 2020, from UiT The Arctic University of Norway.

You can find implementation of A star algorithm in AStar.py.

The maze is written in AStarObligGraf.txt. AStarObligGraf_extras.txt contains "walls", start point and target point.

Other files are class files.