Skip to content

kitgrose/Queue_Simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repo is a fork of Philip I. Thomas' Queue Simulator repo to enable running the simulation over an arbitrary number of terminals, and to thereby remove the need for any server-side rendering using Jekyll or similar.

You can run this fork, or Philip's original simulator online, or you can run this fork by cloning the repo and opening index.html in a web browser.

You can also run a separate animated simulation, which is not based on Philip's work.

Philip's Original Explanation

This program was written for the Analysis and Simulation of Discrete Event Systems class at Washington University in St. Louis. The script suggests how many cashiers to have based on customer load and average service time. The script analytically solves an M/M/c queue client-side using Javascript.

About

Simple web app for anticipating wait time at kiosk terminals, using M/M/c queue theory

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 77.1%
  • HTML 17.6%
  • CSS 5.3%