/ShortestAirlineRoute

Dijkstra's, Prim's and Eulerian tour to determine best airline route written in C++

Primary LanguageC++

Read "README.pdf" for project description and structure

Key tools:

  • Graph data structure implementation
  • Dijkstra's algorithim
  • Prim's
  • Eulerian tour
  • Binary heap data structure implementation