PROJECT BASED ON CPU SCHEDULING ALGORITHMS, OPERATING SYSTEMS.
Java implementation of CPU scheduling algorithms for a given inputs. The following algoirithms have been implemented: 1-FCFS (First Come First Serve) 2-RR (Round Robin) 3-Preemptive SJF (Shortest Job First) 4-Non-Preemptive SJF (Shortest Job First) 5-Preemptive Priority 6-Non-Preemptive Priority