Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 416 Bytes

SO_PROC

A Process Scheduler schedules different processes to be assigned to the CPU based on particular scheduling algorithms.

First-Come, First-Served (FCFS) Scheduling
Shortest-Job-Next (SJN) Scheduling
Priority Scheduling
Shortest Remaining Time
Round Robin(RR) Scheduling

image