1 Answers
Option 1 : Shortest remaining time first
As all the processes are arriving at the using shortest remaining time first algorithm, we can decrease the number of processes in the queue as soon as possible thus total waiting time will decrease and so will average.
4 views
Answered