Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 395 Bytes

File metadata and controls

15 lines (13 loc) · 395 Bytes

Operating Systems Algorithms Simulations

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

Technologies used

  • Python 3
  • Jupyter Notebook
  • NumPy
  • Pandas
  • Matplotlib