module TournamentSystem

This library is split into two parts, there's the actual algorithms that implement various tournament systems ({Algorithm}) and a data abstraction layer for generating matches using various tournament systems in a data-independent way ({Driver}), along with matching implementations of tournament systems using drivers.

TournamentSystem currently supports the following systems:

Constants

VERSION

The current version of this gem.