noun
round-robin algorithm
A scheduling algorithm that cycles through tasks or processes in a circular order, giving each a fixed time slice. Used in computing contexts.
このシステムでは、ラウンドロビンアルゴリズムを使ってプロセスをスケジューリングしている。
This system schedules processes using a round-robin algorithm.