Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

ex2.txt 296 B

1 rok temu
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.