CONCEPT - Round Robin (RR) Algorithm



RR Algorithm

Round Robin(RR) scheduling algorithm is mainly designed for time-sharing systems.

This algorithm is similar to FCFS scheduling, but in Round Robin(RR) scheduling, preemption is added which enables the system to switch between processes.

Algorithm