I have to schedule a league involving 16 teams. In the league all teams are going to play against all other teams. so there are going to be 120 matches all together.
The leagues is divided into 15 phases of 8 matches each . In the one phase all teams are going to play one match each. so for 16 teams we will have 8 matches with the condition that if two teams have already played against each other in a previous phase they will not play against each other again. Please suggest some efficient algorithm for scheduling this. Also which team plays against which other team is decided randomly. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
