Skip to content

mniwas2/CS225FinalProject

Repository files navigation

CS225FinalProject

Fall 2022 CS 225 Final Project with Manit, Sofia, Rohan, Anwesha

Group members:

  • anwesha6
  • mniwas2
  • rohanjs3
  • sofials3

Project Slideshow: Google slides

How does our project work?

Our project essentially aims to have 2 main functions. We take in a given individual's coordinates to then find the nearest airport. We also find the shortest path between 2 airports based on only existing routes. We are building all of the airports from the OpenFlights dataset which we use to perform all of the functions on (Airport.cpp, Airport.h). Following that, we are building the flights which are also the edges between the two airports (Flight.cpp, Flight.h). We plan to identify all airports by their respective IATA tags as it provides a uniform manner for us to receive inputs.

How to use our program?

  1. First clone our github repo: gh repo clone mniwas2/CS225FinalProject onto terminal

Screen Shot 2022-12-12 at 4 40 19 PM

  1. Run make exec
  2. Run bin/exec
  3. Get to demo our project and figure out the optimal flight routes between origin and final destination

About

Fall 2022 CS 225 Final Project with Manit, Sofia, Rohan, Anwesha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors