Actually I am doing some self-study and I got stuck in calculating the waiting time of the RR scheduling.
Here is the slide about RR Scheduling
I am confused by the "Queue" column, at time 6, what's inside the "Queue" is "D<-C". I wonder how this is inferred? If that is the case, then at time 5, the Queue should be "B<-D" instead of a single "B". I'm confused by how to form the Queue.
Thanks for answering!