Quote:
Originally Posted by Rachel Lim
I finally had some time to go through them, and combined both suggestions (or at least think I did) in the code below.
|
Hi Rachel.
I think you missed the boat here.
Your code has
three passes through the matches, and the final pass has an inner loop which loops through the teams.
The pseudo-code I posted does a
single pass through the 8col match data, with no inner loops in that single pass. That single pass accomplishes everything you need.
Give it a try!