Tournament bracket placement algorithm

前端 未结 10 614
生来不讨喜
生来不讨喜 2020-12-02 09:37

Given a list of opponent seeds (for example seeds 1 to 16), I\'m trying to write an algorithm that will result in the top seed playing the lowest seed in that round, the 2nd

10条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 10:02

    I worked on a PHP / Laravel plugin that generates brackets with / without preliminary round robin. Maybe it can be useful to you, I don't know what tech you are using. Here is the github.

    https://github.com/xoco70/kendo-tournaments

    Hope it helps!

提交回复
热议问题