Airport Tracker
The airport tracker app exists to show knowledge and understanding of a trad AI algorithm, in this case the A* algorithm. The the function of this app is to determine the shortest overall distance from a starting airport to a destination airport. To do this we used a csv collection of almost all airports around the world and their flights. With the use of the A* algorithm the app determines the shortest possible route from start to finish and any necessary connecting flights if one airport does not fly directly to another.
I handled the entirity of the graphing elements of the app which plots the outputted path of the app as well as some of the data parsing.
Base Menu

Airport Selection

Results
Albany International -> Los Angeles International


Arba Minch -> Gold Coast

