xoco70 / laravel-tournaments

Laravel Package that allows you to generate customizable tournaments trees. - This project repo is no longer being maintained
GNU General Public License v3.0
230 stars 50 forks source link

Manage n+1 case #17

Open xoco70 opened 6 years ago

xoco70 commented 6 years ago

When there is, for instance, 17 competitors in a direct elimination tree, there will have 15 BYES. We can improve that making the first match with 3 competitors.

You can use this technique to decrease number of BYES on the tree.