mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
Every member of a league of 2n players can be paired with every other
|
|
member in 2n-1 rounds.
|
|
|
|
If the league members are (Inf, 1 .. 2n-1), then in round i, i can be
|
|
paired with Inf, and a can meet b, where a+b = 2i (mod 2n-1).
|
|
|
|
WWW: https://metacpan.org/release/Games-Tournament-RoundRobin
|