Skip to content

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.

Notifications You must be signed in to change notification settings

sudhan-bhattarai/MM1_Queue_Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages