|
|
|
|
|
by nine_k
697 days ago
|
|
Putting harder cases to the end of the queue gives less time to them. This may result in judges speeding the process by giving a case less consideration and thus increasing the chance of a mistake. This may result in postponing the case for another day because too little time remains today, so delaying it further. OTOH simple cases are likely the majority of cases. Putting them first lets the majority of, well, users of the judiciary system get served faster. |
|
> SJF can be proven to be the fastest scheduling algorithm