Click to See Complete Forum and Search --> : Round Robin


_mickey
04-21-2008, 11:39 PM
Hi all,

I just have a project.
This project relate to a round robin palay to create a combination for teams we selected.

For example, we choose
A,B,C,D and 3 team combination

then the result we could have the following:
A,B,C
A,B,D
A,C,D
B,C,D

but if we select 2 team combination the result like the following:
A,B
A,C
A,D
B,C
B,D
C,D

Can we do it dynamically by using c#?

thanks!!

regards,
mickey