Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 671 Bytes

Post Office Simulation

A simulation of the customer queuing and being served in a post office.

How to run:

First run the executable compileSim in order to create the executable for the main simulation program.

./compileSim

Now just run the simQ executable with the following parameters - inputFile, numberOfSimulations and outputFile

./simQ testInput.txt 1 testOutput.txt

Input and output file