Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Projects 1 and 2 for 2021/2022 - Introduction to Algorithms and Data Structures @ IST

License

Notifications You must be signed in to change notification settings

goncalobarias/Airports-IAED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airport Manager (Projects IAED)

The goal was, in the first part, to construct an airports management system, as such, the system should define the airports, flights and a way to consult them.

In the second part of the project, the goal was to modify the first part in order to be able to also define bookings for the flights and a way to consult and modify them.

Lastly, in the workshop test I extended/added some features to the second part of the project.

Project 1 Statement | Project 2 Statement | Workshop Test Statement | Specified Guidelines


Use:

  1. Clone the repo
git clone https://github.com/Gocho1234/Airports-IAED.git
  1. Compile and run the code
make