Module: TournamentSystem::Algorithm

Defined in:
lib/tournament_system/algorithm.rb,
lib/tournament_system/algorithm/util.rb,
lib/tournament_system/algorithm/swiss.rb,
lib/tournament_system/algorithm/matching.rb,
lib/tournament_system/algorithm/round_robin.rb,
lib/tournament_system/algorithm/page_playoff.rb,
lib/tournament_system/algorithm/group_pairing.rb,
lib/tournament_system/algorithm/double_bracket.rb,
lib/tournament_system/algorithm/single_bracket.rb

Overview

This module provides abtraction-less implementations of all algorithms used for tournament systems.

Defined Under Namespace

Modules: DoubleBracket, GroupPairing, Matching, PagePlayoff, RoundRobin, SingleBracket, Swiss, Util