Home
Posts
Talks
Publications
Projects
Contact
CV
contestant
Tip of the Day: Combining Iterables in Python Through Round Robin
A round-robin tournament is a competition in which each contestant meets all other contestants in turn. In a single round-robin schedule, each participant plays every other participant once. As a combination algorithm, it takes iterables and selects one item from each in equal portions and in circular order, handling all iterables without priority.
Last updated on Apr 17, 2021
1 min read
Cite
×