Shortest Remaining Time First (SRTF)
The shortest job first (SJF) algorithm is preemptive or non-preemptive. You have learned about the non-preemptive SJF in the previous article. In this article, you will learn about preemptive SJF, also called the shortest remaining time first scheduling algorithm.Preemptive SJFA new process arrives at the ready queue while an old process is executing in the … Read more