IMPLEMENTATION - Shortest Remaining Time First(SRTF)



  • First, sort the processes in increasing order of their Arrival Time.

  • Choose the process having least arrival time with least Burst Time. Then process it for 1 unit. Check if any other process arrives upto that time of execution or not.

  • Repeat the above both steps until execute all the processes.
Invalid Input
PLAY
RESET
Average TAT : 0
Average WT : 0
Average RT : 0
ADD
PID AT BT ST CT RT WT TAT