Skip to content

Commit

Permalink
Merge pull request #32 from gitaroktato/docs
Browse files Browse the repository at this point in the history
Fixing typos
  • Loading branch information
gitaroktato authored Apr 29, 2024
2 parents 62af59f + 58368c5 commit 203df0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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)
![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)
Expand Down

0 comments on commit 203df0b

Please sign in to comment.