thePeras / AED_Flights

Practical assignment for the Algorithm and data structures curricular unit at FEUP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph data structure - Flights

Project
Curricular Unit: Algoritmos e Estruturas de Dados, 2nd year
Course: Informatics and Computer Engineering
Faculty: FEUP (Faculty of Engineering of the University of Porto)
Evaluation: 18/20

Project Goals

Develop a program to search flights between different airports using a graph data structure. Explore the caracteristics of the data structure like articulation points, diameter, strongly connected components, etc.

All of the relevant methods documentation can be found here

Tecnologies Used

C++

About

Practical assignment for the Algorithm and data structures curricular unit at FEUP


Languages

Language:C++ 98.4%Language:CMake 1.6%