Skip to content

A simulation of the customer queuing and being served in a post office written in ANSI standard C99.

Notifications You must be signed in to change notification settings

gowth6m/post-office-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simulation of the customer queuing and being served in a post office written in ANSI standard C99.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published