選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

4 行
296 B

  1. The shortest job first algorithm is definitely more fair compared to FCFS algorithm.
  2. The reason is obvious: the FCFS algorithm does care about only one thing - arival time,
  3. which doesn't mean a lot to 'fairness' of a scheduler algorithm. As fairness, I mean decreasing the wait time and TAT.