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

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.

answered
User Rishi Arora
by
7.9k 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.
answered
User Bhushan Gadekar
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.