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

Link to this function

call(players, starting_round, ordered \\ false)

View Source
@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.