soccer competion schema

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I have 10 soccer teams, so for each weekend there are 5 games.

The first weekend could be team 1 vs 2, 3 vs 4 etc.
How can I create a table with all the possible combinations for the whole
season,
How do I get a unique combination of teams for each weekend.
 
Not too sure, you could use a combination of two or more nested for
loops to cycle thro' all perms but it would be a little slow..
 
Back
Top