Round robin

From QBWiki
Revision as of 13:32, 22 December 2017 by Gregory Gauthier (talk | contribs) (start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A round robin is a tournament format where each team plays against each other team once. In a round robin, 2n - 1 rounds are needed for 2n teams or 2n - 1 teams.

Round robins are the building blocks for many invitational tournament formats. An experienced tournament director will be familiar with the round robin structure, and can set up a round robin on the fly to handle a last-minute change in the number of teams.

How to set up a round robin

In its simplest form, a round robin can be constructed for any even number of teams as follows. In this example, we will show a 10-team round robin.

First, place the teams as follows:

1 2 3 4 5
10 9 8 7 6

Each column represents a first round pairing. To determine the second round's pairings, leave team 1 fixed, move the other teams on the top row one column to the right, move the top right team to the bottom right, and move the teams on the bottom row one column to the left. The team that played 1 goes in the top row, next to 1. So we end up with the following pairing for round 2:

1 10 2 3 4
9 8 7 6 5

This continues until the final round, where team 1 plays against team 2.

For an odd number of teams, first add 1 as a bye team, and number the remaining teams starting from 2. Then, use the same method as above, except that the team paired with team 1 (the bye team) gets a bye.

The simplest way to assign matches to rooms is to have the first column represent one room, the second column a second room, and so on. However, for a round robin with an even number of teams, this can be undesirable because team 1 is kept in the same room all day. There are premade round robin schedules available to spread the teams evenly across rooms as much as possible.

External links