Skip to content

This repository holds the second project of the AED curricular unit (Algorithms and Data Structures).

Notifications You must be signed in to change notification settings

Mansur-Mustafin/AED-AirTransport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and Data Structures - AirTransport

Setup

Move the .csv files from data folder to cmake-build-debug

Features implemented

Path:

  • Path with lowest flight number between city, airport, country or coordinates
  • Path with fewest airline change between airports
  • Shortest path in distance between coordinates

Graph:

  • Network diameter
  • Articulation points
  • List all possible destinations with an certain flight number from an specific airport

Additional:

  • Lock/Unlock airports or cities
  • List and count airlines and flights from an airport
  • List and count all airports an airline operates in
  • Global statistics(flight, airline and airports number)
  • Rank airports according to user choice
  • Statistics for country

Contributors and Grade


Grade: 20/20

About

This repository holds the second project of the AED curricular unit (Algorithms and Data Structures).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published