-
Notifications
You must be signed in to change notification settings - Fork 20.8k
Closed
Description
Is your feature request related to a problem? Please describe.
SJF CPU Scheduling Algorithm
Describe the solution you'd like
This solution will implement the SJF CPU Scheduling
Additional context
SJF Algorithm stands for Shortest Job First. This algorithm will schedule the process according to its bus time with the process having shortest bus time on the first position and so on
Metadata
Metadata
Assignees
Labels
No labels