CPUScheduling
amulyaejjina/CPUScheduling
Python
Cpu scheduling is a classic and contemporary computer science problem that started when early computers had processors that remained idle much of the time. The goal initially was to get multiple programs loaded into memory, so they could run back to back.This project mimics the CPU scheduling of processes by using a bunch of scheduling algorithms such as FCFS,SJF,SRF,PB,RR