I got this table for pre-emptive Shortest Job First
JOB ARRIVAL Burst
TIME Time
A 15 5
B 27 8
C 19 7
D 4 6
E 10 8
F 52 4
G 33 10
H 38 2
before G, there is 2 seconds before it perform, do i need to include that?
The table given in my answer using gantt chart is
D E E A A C C B B H G F
4 10 15 18 19 23 27 30 33 38 40 50 52
my question is, is it ok to include the waiting time before F arrives?