Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 522 Bytes

CPUSchedulingSimulator

CPU Scheduling to simulate process opeartions

In this project you can simulate the process opeartions based on many different algorithms like

  • First come first served
  • Shortest job first Preemptive
  • Shortest job first Non-Preemptive
  • Round robin

I made this project as operationg system assignment for my college using Python with QT5 library

Preview image_2023-05-20_13-51-57