muhammed-ayman / Cargo-Delivery-Simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIE 205 Course Project: Cargo-Delivery-Simulation :

This projects aims to use data structures and algorithms to simulate the most efficient way for a company to do cargo delivery.

Setup & Run

Requirements

  • Bash-based Shell

Steps

Clone the project, open the terminal in its directory, and build with this command

make main.run

You can then run the project using the following command

./main.run

Alternatively, you can build and run at the same time with the following command

make run

Contributers:

  • Kareem Elozeiri
  • Mohammed Ayman
  • Mohamed Ezzat
  • Mostafa Ashmawy

About


Languages

Language:C++ 97.8%Language:Python 1.8%Language:Makefile 0.4%