Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1 рік тому
123
  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.