JOIN
Get Time
features   
Meet the April Coders of the Month


We caught up with April's "coders of the month," to learn a little bit more about them, their proudest TopCoder moments, and more…

Author
Algorithm: nemesis_nitt
TCO07 Rd 4: 1690
TCO07 Rd 3: 1478
TCO07 Rd 2: 1263

What's your proudest TopCoder moment?
This. Of course, it was a great, great day for me. When the world's best puzzle solvers and programmers -- SnapDragon, tomek, Petr, etc. -- said 'congrats,' and I have no idea how it happened…

What's one thing you've noticed about the most successful TopCoder members that you think others could learn from?
First, they are "elegant." tomek, whom I rate to be deservedly unbeatable in quite some time around, is very "creative," in the sense that he doesn't usually take the most natural/code-lengthy method. He prefers being experimental and doesn't care if it's the finals of an international event (from his article during finals of TCO a year or two back). I think it's innovation that keeps him running. Despite all this experimentation he's been quite reliable, too -- in the world's riskiest challenges, [TopCoder!?] he earns his spot all the time!

What's a tip that you think is particularly important?
I think practice helps quite a lot. These challenges cannot be completely new, as such problems can't be re-invented within a hour. Hence they tend to stick around some basic ideas, once we get comfortable with them, I think it boils down to who is more "bug-free." Though it looks bad put this way, that's what I believe to be close to the truth.

What advice would you give to someone just starting in TopCoder competitions?
Don't do this! There are better things to do… This is too addictive!

What's the biggest obstacle you've had to overcome?
It is generally bugs. Bugs take 80% of challenge time, especially in challenges like TopCoder, you don't think too long when compared to the total time spent on a problem. It's just that we get stuck up on a problem for long and, worse, we can't even estimate how much longer this problem is going to take. The good news, though, is that this part generally improves by constant practice and concentration, I think.


Author
Design: kyky
9 first places
Highest Design rating ever
Perfect 100 score

What's the coolest thing you've seen at TopCoder?
I saw a competitor solving a dynamic programming (DP) problem -- without prior exposure to the technique. In SRM 30, ZorbaTHut solved a simple DP problem without realizing that it was DP. A few SRMs later I mentioned DP to him in a practice room conversation, and he did not recognize the term. When I mentioned the DP problem that he solved a week or so earlier, he said that he figured the trivial solution would time out for it, so he came up with an idea that would just eliminate computing the same thing multiple times.

What's your proudest TopCoder moment?
Without a doubt, it is the qualification for the on-sites of the TCI 2002 in algorithms. I finished 17th, but went on-site because several competitors who placed ahead of me could not get their visas in time for the competition. Even joining the "zero-point club" of competitors who scored zero in semifinals did not spoil the fun for me.

What's one thing you learned at TopCoder that has helped you in other areas of your life?
Arguing my position during the appeals phase in design competitions has helped a lot in explaining my designs to others at work. TopCoder lets you practice with very tough listeners -- if you learn how to convince WishingBone to change your score, your chances of convincing almost anybody else will be great.

What's a tip that you think is particularly important?
Give your designs a bit more effort than the bare minimum required - the review board will notice and reward you for it.


Author
Development: magicpig
4 first places
Red rating

What brought you to TopCoder?
Savior told me about topcoder and he encouraged me to participate in the algorithm competition. I found it wonderful and later I started my development competition. It is just about one year since my first win in a development competition, and it is great for me to be a coder of the month, but it is a pity that I can not compete on-site at the TCO due to visa problems.

What's the most interesting thing you've seen at TopCoder?
At the TCCC07 final, Ying missed the chance to be champion due to just one line fault in code. I felt so sorry for Ying, who had led me to the world of algorithms. Code is so magic that you must take care of every case, or it will be cruel to you.

What's your proudest TopCoder moment?
Making an almost perfect performance in April and becoming a red coder.

What's one thing you learned at TopCoder that has helped you in other areas of your life?
I learn that if I start a job, I should try my best to make it perfect.

What's a tip that has helped you?
As a developer, you have to be very careful with any code you write, and you should always be seriously considering whether there is a better way to complete it.