Skip to content
Advertisement

Tag: tournament

Double-Elimination Tournament Schedule

I’m trying to create some logic to generate a schedule of events in a double-elimination tournament bracket. Here is an example 8-team bracket: The numbers represent indices in an array of matches, which is the desired output. For example, index 0 will represent Team 1 vs. Team 8 (using a seeded system), index 4 will represent the Winner of index

Advertisement