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 the smallest amount of time remaining until completion is selected to execute.