diff --git a/README.md b/README.md index e0e4f73..1027bea 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,17 @@ This was originally designed for Cinema Sense, an app for blind people to experi -- [Queue Simulator](https://mysterypancake.github.io/Fun/html/queuesimulator) -- [Queue Visualiser](https://mysterypancake.github.io/Fun/html/queuevisualiser) +## [Queue Simulator](https://mysterypancake.github.io/Fun/html/queuesimulator) + +Dumb brute force discrete simulation of a queue of customers, made for a problem solving course at university. + + + +## [Queue Visualiser](https://mysterypancake.github.io/Fun/html/queuevisualiser) + +Smarter continuous simulation of a queue of customers, made for a problem solving course at university. + + ## [Resampling Demo](https://mysterypancake.github.io/Fun/html/resamplingdemo)