Internal single-elimination bracket constructor
new_single_elim_bracket(
participants,
seed = TRUE,
third_place = FALSE,
best_of = NULL,
reseed = FALSE
)A single_elim_bracket object.
Character vector of participant names, or a data.frame
with a name column and optional seed column.
Seeding policy forwarded to internal seeding helpers.
Whether to include a third-place match.
Optional odd-integer series length specification.
Whether to reseed participants between rounds.