Module: Tournament::Algorithm
- Defined in:
- lib/tournament/algorithm.rb,
lib/tournament/algorithm/util.rb,
lib/tournament/algorithm/swiss.rb,
lib/tournament/algorithm/matching.rb,
lib/tournament/algorithm/round_robin.rb,
lib/tournament/algorithm/page_playoff.rb,
lib/tournament/algorithm/group_pairing.rb,
lib/tournament/algorithm/single_bracket.rb
Overview
This module provides abtraction-less implementations of all algorithms used for tournament systems.
Defined Under Namespace
Modules: GroupPairing, Matching, PagePlayoff, RoundRobin, SingleBracket, Swiss, Util