From 0d17a81a89a3d358a345159f82014e85d3b2e697 Mon Sep 17 00:00:00 2001 From: gitaroktato Date: Mon, 29 Apr 2024 16:52:03 +0200 Subject: [PATCH 1/2] fix: Fixing simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2147a09..438ba40 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![utilization-four-executors](docs/img/utilization-four-executors.png) ![wait-time-bursts](docs/img/wait-time-bursts.png) -## Things that it can do +## Things it can do - [chaining queues](chaning.ipynb) - [various distribution on the arrival side](simulating-mdc-queues.ipynb) - [D/D/c queues](simulating-ddc-queues.ipynb) From 58368c5c71b1e305b96b8b80451351684fb1c9d4 Mon Sep 17 00:00:00 2001 From: gitaroktato Date: Mon, 29 Apr 2024 16:56:42 +0200 Subject: [PATCH 2/2] fix: Fixing simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438ba40..245cf65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Queue Model in Python -## Sneak and Peak +## Sneak and Peek ![arrival-exponential](docs/img/arrival-exponential.png) ![departure-intervals](docs/img/departure-intervals.png) ![queue-length-burst](docs/img/queue-length-burst.png)