Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryPancake authored Mar 16, 2024
1 parent c4eccac commit 1885d52
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,17 @@ This was originally designed for Cinema Sense, an app for blind people to experi

<img src="./images/pwm.png" width="500">

- [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.

<img src="./images/queuesimulator.png" width="500">

## [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.

<img src="./images/queuevisualiser.png" width="500">

## [Resampling Demo](https://mysterypancake.github.io/Fun/html/resamplingdemo)

Expand Down

0 comments on commit 1885d52

Please sign in to comment.