enter image description hereI'm solving a Round Robin scheduling problem and encountered a discrepancy regarding the selection of the next process. In a specific instance, I expected process 'D' to be selected at time 6 due to its arrival time, but the correct solution placed process 'A' instead. This has left me confused about my understanding of Round Robin scheduling.
i attempted to put task d at time 6 but i was surprised to find out that task A was there and i want to know if i have misunderstood round robin scheduling