203k views
5 votes
A concept that involves iterating over a list of items one by one in an orderly fashion is known as

User JaimeJorge
by
7.9k points

2 Answers

6 votes

Round robin. It is a method to select a list of items in a balance way. This method translates into an algorithm.

User Rishi Arora
by
7.2k points
4 votes
I believe the answer is: Round robin

In round robin, all elements within the group would be arranged on an equal order and would be done from the top of the list to the bottom of the list.
This concept is usually used in programming tasks where none of the tasks have higher priority compared to the other.
User Bhushan Gadekar
by
7.9k points