in reply to Re^3: Algorithm problem: Order matches by difference between players
in thread Algorithm problem: Order matches by difference between players
There are many ways of doing round robin pairing, and I'd think a quick google job should find some ready implementation. Pick one, and after the schedule is made, just assign the players in such a way that the best player plays the worst, etc. So if whatever algorithm you implement says the first round is "1-2, 3-4, 5-6", then give the best player label 1, the second best label 3, the third label 5, the label 6, 4, and the worst player gets label 2.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Algorithm problem: Order matches by difference between players
by davies (Monsignor) on Apr 18, 2011 at 22:39 UTC | |
by JavaFan (Canon) on Apr 18, 2011 at 22:55 UTC | |
by davies (Monsignor) on Apr 19, 2011 at 06:25 UTC | |
by JavaFan (Canon) on Apr 19, 2011 at 09:42 UTC | |
by davies (Monsignor) on Apr 19, 2011 at 09:56 UTC |