/CPU-Job-Scheduler

Simulation of different CPU scheduling algorithms using Python & PyQt5.

Primary LanguagePython

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