CPU schedule is an educational program for simulating CPU scheduling algorithms.The program provides simulation for the following scheduling algorithms:
First come first served (FCFS),non preemptive shorts job first (SJF), and non preemptive priority.