Search found 1 match

by funkinthetrunk
Mon Oct 20, 2003 5:36 am
Forum: Volume 100 (10000-10099)
Topic: 10032 - Tug of War
Replies: 91
Views: 43637

10032 Tug of War Wrong Answer

Given a number of players with their weights, create the most evenly weighted teams where the number of players on each team is equal or off by one.

Here's my code. I basically make the most evenly weighted teams and then check to see if they are within one of each other. If not, I fall back to the ...

Go to advanced search