/M-M-1-Queue-Simulator

An M/M/1/K queue Python3 simulator that compares the simulation results against the analytics results. The queue have limited capacity K and processes may be blocked (if queue is full) or leave queue before get service (there is a deadline for each process) or get service from server.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Stargazers