/CPU-Scheduling

FCFS, Round Robin method are only finished for now.

Primary LanguageC

CPU-Scheduling

Have working code for First come first serve and RoundRobin in a same file : FCFS.C

Have partially completed code for shortest job next in : SJF.c

In the file RoundRobin.c The time quantum is doubled after every cycle.