Home CPU Scheduling Disk Scheduling Page Replacement Deadlock


Shortest Job First (SJF)

SJF is a full form of (Shortest job first) is a scheduling algorithm in which the process with the shortest execution time should be selected for execution next. This scheduling method can be preemptive or non-preemptive. It significantly reduces the average waiting time for other processes awaiting execution.

Lets try to Run and Understand how this Algorithms actually WORK