You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

4 lines
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.