Finding the Shortest Path

An exploration into JS and path-finding

Have you ever wondered, what is the most eco-frendly flight path, to get
from the heart of Africa to the concrete jungle of downtown New York?

How about from the Oceanic Islands to the East Coast of Canada?

This project is an exploration into the optimization path finding
algorithms used for a variety of ML and software purposes.

Using real airport and flight route data, this project uses a modified
Djkstra's algorithm which compiles in real time on a client's browser,
using concurrent programming to optmize UX

See how well we did by comparing the direct path length versus the
calculated path length in the demo below!