Recent content by crabik

  1. C

    Combinatorics - UEFA Champions League Draw Algorithm

    English is not my first language so I'm not sure I understand the question. I want the algorithm to make a random seeding whenever I need it with whatever input data I provide. I may even add some more conditions later (coefficients, etc.). It needs to be somewhat universal.
  2. C

    Combinatorics - UEFA Champions League Draw Algorithm

    This way you may end up in a dead end - 1 spot left but the last team can't be placed there. Sorry, I ment like playoffs. You take one team and match it up against another. Team A vs Team B, Team C vs Team D, etc. I don't want to end up with the last pair(s) being from the same country, also...
  3. C

    Combinatorics - UEFA Champions League Draw Algorithm

    Homework Statement I need to create a draw algorithm similar to the UEFA Champions League / Europa League draw. Example: I have 32 teams, up to 5 teams can be from the same country. I need to create: A) pairs (round robin style), no 2 teams from the same country can meet B)...
Back
Top