Given the following information:
Process: A B C D E F
Arrival Time: 0 2 4 6 8 10
CPU Burst: 6 3 2 7 5 9
Priority: 1 2 4 3 3 2
(smallest integer ≡ highest priority)
Draw a Gantt chart that illustrate the execution of the given processes using SRTF and
"Priority with RR" (quantum = 2, ignoring context switching overhead). Compute the average waiting time and average turnaround time for each scheduling algorithm