Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 560 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 560 Bytes

cstQueueTheory

author: Christopher Tilstra

This project measures customer wait times in single queue with multiple servers as well as multiple queue with multiple servers. Output is a text file in the root directory of the project.

USAGE:

Command line arguments:

argument 1: true or false - true is a single line with multiple servers, false is one line per server with multiple servers

argument 2: integer - number of servers

argument 3: integer - number of customers

argument 4: integer - maximum number of items each customer can have