Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 379 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 379 Bytes

GANTT-CHART

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