View Source ExTournaments.Pairings.DoubleElimination (ExTournaments v0.5.1)
Module for creation of a double elimination ladder
Link to this section Summary
Functions
Takes list with players IDs, index of the first round, and flag indicating is players array is ordered.
Link to this section Functions
@spec call([integer()], non_neg_integer(), boolean()) :: [ExTournaments.Match.t()]
Takes list with players IDs, index of the first round, and flag indicating is players array is ordered.
Returns list of %ExTournaments.Match{}
structs for the double elimination format tournament.