This is a project for my Operating Systems class which attempts to simulate and measure the performance of different algorithms that make our computers work on the lowest level.
Algorithm types:
- CPU scheduling
- disk scheduling
- RAM page allocation and replacement
- Python 3
- Jupyter Notebook
- NumPy
- Pandas
- Matplotlib