Which algorithm is called shortest remaing time first scheduling?
Answers
Answered by
0
Shortest remaining time, also known as shortest remaining time first(SRTF), is a scheduling method that is a preemptive version of shortest job next scheduling. In this scheduling algorithm, the process with thesmallest amount of time remaininguntil completion is selected to execute.
Similar questions