Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 354 Bytes

CPU-Job-Schduler

  • This program aims to simulate CPU scheduling algorithms such as FCFS, SJF, Priority and Round Robin.
  • You can find the exe file in this repo in the exe folder.
  • And you can find the source code at CPU_Scheduler.py file. CPU-Scheduler