snglelim is a program that matches rated players in a single elimination tournament. The strongest player is matched recursively with the weakest player in the first round. The later rounds are the expected matches resulting from the outcome of the previous rounds.
Ranked doubles teams can also be matched in a single elimination tournament using the same format.
The output report prints in the same order as a draw sheet.
The following table shows how many singles players or doubles teams participate depending on the number of rounds.
Rounds | Players |
---|---|
2 | 4 |
3 | 8 |
4 | 16 |
5 | 32 |
6 | 64 |
7 | 128 |
8 | 256 |
9 | 512 |
10 | 1024 |
Syntax for single elimination:
snglelim 5
In this example,