[algogeeks] Re: League Scheduling Problem

2008-12-16 Thread Miroslav Balaz
I dont konw, i expert in C++ and it is easy. But i dont know python, all you need is sorting pairs, and mayby you can use tuples instead of pairs. 2008/12/16 Ross > > I'm a novice python programmer. Would this be a difficult problem to > represent programatically? > > On Dec 11, 6:37 am, "Mirosl

[algogeeks] Re: League Scheduling Problem

2008-12-15 Thread Ross
I'm a novice python programmer. Would this be a difficult problem to represent programatically? On Dec 11, 6:37 am, "Miroslav Balaz" wrote: > i think that, you could just simulate the tournament, ande before each weak > you sort players by number of played matches, and if this numer is same then

[algogeeks] Re: League Scheduling Problem

2008-12-11 Thread Miroslav Balaz
i think that, you could just simulate the tournament, ande before each weak you sort players by number of played matches, and if this numer is same then by name. And after you have them sorted,you just assign an oponent to first player, in such way that you choose the one the first one with whom he