Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 269 Bytes

Scheduling-Algorithms-in-Java

This project consists the code for following Scheduling algorithms in Java:

1. First-Come, First-Serve (FCFS)
2. Shortest Job First (SJF)
3. Shortest Remaining Time First (SRTF)
4. Round Robin
5. Priority Scheduling