Skip to content

jasonavatarang/Air-Flight-Traveling-Route-Optimization

Repository files navigation

Air Flight Traveling Route Optimization

Authors

Jason Ang, Patrick Wu, William Dinicola


Problem

  • Finding the most optimal path with regard to airport/population size of air flight traveling from airport to airport.

How is that Problem Relevant

  • This implementation can be used to save the airplane industry billions of dollars of resources and labor cost. It will create an optimized system for routes based on population and flight availability.

Plan/Outline

  • Create a gui application to house the visualization
  • Uses around 8k rows of data of airports
  • Create random flights (edges) with dataset
  • Finds the best path from one destination to another that the user inputs in the randomized (Graph)
  • Shows the shortest path by airports locations and distance (km)
  • Shows and compares the displacemnt distance (km)
  • Shows and compares the time computation in microseconds of the Dijsktra and A* alorithm
  • Produce a viuslization of the path using sfml

Algorithms/Data Structures Implemented

  • Dijkstra's algorithm
  • A* algorithm

Public Datasets

Libraries/API

About

Group of Computer Science Enthusiast Implementing Multiple Graphing Algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors