Re: need help on divide and conquer algo



for each in team1players
' outer loop all team1players
for each in team2players
' loop through all team2 playets

next
next

-------
Regards ,
C#, VB.NET , SQL SERVER , UML , DESIGN Patterns Interview question book
http://www.geocities.com/dotnetinterviews/
My Interview Blog
http://spaces.msn.com/members/dotnetinterviews/

.