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.