Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

Shortest Airline Route

Finds shortest path between any two airports in the world, implemented using Dijkstra's algorithm.

Aiport and airline information is provided by the U.S. Bureau of Transportation

Screenshot

screenshot

License

This project is released under MIT License. Please review the License file for more details.