Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
/ feup-aed2 Public archive

Second Project for FEUP's AED course unit

Notifications You must be signed in to change notification settings

Process-ing/feup-aed2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEUP-AED2 - NaviGraph

Repository for the second project of the Algorithms and Data Structures course, at FEUP.

Objectives of the Project

The main goal of the project is to develop a flight management system for a global air travel network, allowing one to visualize several statistics of the network, calculate the best flight option, etc. For this purpose, we have to convert the network information, from the dataset to a graph and use several graph algorithms, heavily based on depth-first and breath-first searches.

Instructions to Run

  1. Clone the repository
  2. Run the following commands on the terminal:
    cd feup-aed2                   # Open project
    mkdir build && cd build        # Create and open build directory
    cmake .. && cmake --build .    # Build project
    ./feup-aed2                    # Run project
    

Contributors and Results

Grade: 19.87/20

About

Second Project for FEUP's AED course unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •