tasty-tacos/README.md

21 lines
446 B
Markdown
Raw Permalink Normal View History

2024-12-03 00:39:42 +01:00
# Tasty TacOS
This repo compiles some visualizations of algorithms from the OS course.
Here is a little showcase of the different kinds of algorithms in the repo
## Process scheduling
<img src="./.gallery/process-scheduling.png">
[See more](process-scheduling/)
## Demand paging
<img src="./.gallery/demand-paging.png">
[See more](demand-paging/)
## Disk scheduling
<img src="./.gallery/disk-scheduling.png">
[See more](disk-scheduling/)