-title: ガントチャートによるプロセスの表示 Write Gantt charts for a set of processes below using scheduling algorithms: FIFO, SJF, Priority, RR. In case of RR, use priority and quantum 12, 6 and 1. Calculate avarage waiting time and turnaround time for each case.
Process CPU time Priority
1 10 3
2 1 1
3 2 3
4 $x 4
5 $y 2
$x, $y は自分の学籍番号の下位二桁を使用する。