This code generates tounament bracket generator for 16 member teams. The SeedFile.json should contain the team names with first seed index. THe AdvanceEvents.json contain the winners of each match.
The test code will be updated.
The Math functions were used to figure out the logic for creating a team match schedule.
The code will support 32/64 member teams for bracket generation in future.