alexmerren / post-office-simulator

A post office simulation written in C for ECM2433.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post Office Simulator

This application was written as a solution to the coursework for the ECM2433 module. It achieved an 84/100.

Contents

Compilation

In order to compile the application from the source code:

$ cd post-office-simulator
$ ./compileSim

Functionality

In order to run the application:

$ ./out/simQ [inputFile] [amountOfSims] [outputFile]

Output

After running the simulation with your chosen parameters, the application will create a directory called output, and will create a file that is given its name as the third parameter of the application.

This file will contain all the necessary output from the simulation..

About

A post office simulation written in C for ECM2433.


Languages

Language:C 98.2%Language:Shell 1.8%