I decided to start posting my solutions to problems with the following purposes:
- Stimulate myself to practice more
- Stimulate my friends to solve the problem
- Stimulate my friends to join TopCoder and challenge themselves
- Compare and contrast different solutions
- TopCoder only accepts solution written in C# 2.0
- The problem statement is the exclusive and proprietary property of TopCoder. You need to login to see it.
TopCoder Problem:
Boxing
This problem was used for:
2004 TCO Online Round 3 - Division I, Level One
My solution:
Tests:
My solution is an usage example of the Greedy Algorithm Design Paradigm.
What is your solution?
Hey, can you please clarify as to why you've compares against each judge's vote array lengths?
ReplyDeleteThanks.