ACM Competition: Dominating!
I competed in the ACM Programming Competition this year. Excuses aside, my team was thoroughly thrashed. We finished 1 (out of 10) problems. Yikes!
I competed in the ACM Programming Competition this year. Excuses aside, my team was thoroughly thrashed. We finished 1 (out of 10) problems. Yikes!
RSS feed for comments on this post · TrackBack URI
Gabe Martin Said,
November 7, 2005 @ 11:59 am
Did you guys all work on the same problem or split the problems up amongst each other? If you split up the problems, whose problem was the one which got completed?
Wish the website had a listing of the final standings. It’s still showing the 2004 results.
Raybdbomb Said,
November 7, 2005 @ 12:03 pm
We worked on three problems. We only finished one at about 4 and a half hours into the 5 hour competition.
The problem I worked on involved lots of recursive calls. I was getting the correct answer, but way too slow. I was in process of converting it to using some dynamic programming after I realized that it was required for the problem to complete in a reasonable amount of time (2 minutes is the competition limit). I was close, but had one small bug.
The other two teams my University sent weren’t able to get any problems. Unfortunately, I think that more than half of the teams at the competition didn’t even get one problem.
Andre Said,
November 9, 2005 @ 7:59 pm
What problem that u solved? I thought problem B and C looks simple (but haven’t try it) :p eniwei thx for d0t4 6.22
Andre Said,
November 9, 2005 @ 8:03 pm
Oops.. B and C in manila regional (forgot it)
Raybdbomb Said,
November 9, 2005 @ 8:05 pm
Where did you see the problem sheets? My team completed problem A (red) and I alone worked on problem G (purple).