In a knockout tournament, every match eliminates exactly one player.
Starting with 116 players, to find a single winner, we must eliminate $116 - 1 = 115$ players.
Since each match eliminates exactly one player, the number of matches required equals the number of eliminations, which is 115.
The “bye” condition does not change the total number of eliminations; it only skips a match in a particular round, but the total number of players eliminated over the tournament remains the same. Thus, the total matches = total eliminations = 115.