sudhan-bhattarai / MM1_Queue_Simulation

Calculate an average wait time in a M/M/1 queue. A M/M/1 model is a single server queuing system with exponential arrival and service times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M-M-1-Queue-Simulation

M/M/1 queue model is a single server queue model with exponential arrival and service times.

M/M/1 queue system is a single server queue system with exponential arrivals and service time. This simulation code calculates arrival and departing times of total number of people in queue which is given as input. Calculations for first few customers are removed as the warm up period. Total number of people in queue can be calculated easily by manipulating output lists.

About

Calculate an average wait time in a M/M/1 queue. A M/M/1 model is a single server queuing system with exponential arrival and service times.


Languages

Language:Python 100.0%