Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 961 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 961 Bytes

Shell program- CPU Scheduling Algorithms in Operating System.


1 First-Come First-Serve Scheduling, FCFS.
2 Shortest-Job-First Scheduling, SJF.
3 Shortest Remaining Time, SRT.
4 Priority Scheduling.
5 Round Robin Scheduling.
6 Multilevel Queue Scheduling.

1 First-Come First-Serve Scheduling, FCFS.
->>snap sort: Input and Output
FCFS-Screenshot from 2021-05-10

2 Shortest-Job-First Scheduling, SJF.
->>snap sort: Input and Output
SJF-Screenshot from 2021-05-10

***Repository https://github.com/F-Reza/CPU_Scheduling_Algorithm/

##############################################################