Skip to content

AhmedBedeir/queueing-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Queueing Theory

Sharing of resources and waiting in queues is a common phenomenon that occurs in every facet of our lives.

QS

examples:

  • banks/supermarkets waiting for service
  • computers waiting for a response

This is the software created for the calculation of characteristics of different queues and visualization for the system behaviour over time for the queuing models.

Different types of Queueing Models

  • DD1K
  • MM1
  • MM1K
  • MMC
  • MMCK

It is common to use the symbols:

  • λ to be the mean arrival rate.
  • µ to be the mean service rate.

Screenshots

Live Screenshots
  1. dd1k
  2. chart
  3. mm1
  4. mm1k
  5. mmc
  6. mmck