JOIN
Get Time
features   
Meet the June Coders of the Month

By lekano
TopCoder Member

June's "Coders of the Month" are a diverse mix, hailing from Estonia, Ukraine and India, but there are some similarities among them. For example, two of them like to listen to music while they code, while the third compares TopCoder SRMs themselves to musical performances. In this article, we'll look at how these three coders approach TopCoder competition, and what they do when they need a break.

Author
Algorithm: nigulh
SRM 354: 2428
SRM 353: 2296
SRM 352: 2188

Q: What's your proudest TopCoder moment?

A: I am really proud of currently being the highest rated coder from Estonia. And of course, Coder of the Month is a great honor.

Q: What's one thing you learned at TopCoder that has helped you in other areas of your life?

A: Learning new nuances in C++ built-in functions and algorithms, like memset, __gcd, string manipulation, and STL generic algorithms. They are effective and simple to use, but I did not know much about them before TopCoder. I have also learned how to implement dynamic programming algorithms using recursive functions to make the code much more readable.

Q: What is competing like for you – does it feel like work, or like play?

A: It is certainly fun to compete, but TopCoder competitions curiously are really fun to watch, too. Despite the poor 1-0-0 problemset in TCO07, the live coverage was really very entertaining, so I would compare TopCoder competitions with performances or concerts.

Q: What kind of environment do you like to compete in?

A: The environment and general mood is pretty important. I have no special rituals before the contest. Generally it is good idea not to compete at 4:00 AM or in some noisy place, since it is hard to keep concentration. I suggest arriving at the SRM on time. Being late 5 minutes is also OK (unless you miss registration) but if you have to rush too much to get to the Arena you probably won't be very successful.

Q: Anything else you'd like to tell people?

A: Enjoy your summer!


Author
Design: Vovka
2 wins
1 second place
100% reliability

Q: What’s the biggest obstacle you’ve had to overcome?

A: That’s definitely laziness. The rest is just not worth mentioning.

Q: What would you compare the experience of competing to?

A: It depends on the type of a contest. If it’s an algorithm match, that’s real sport and I should say it demands a lot of psychic energy. Component challenges are more like work, but the good point about them is that you have time to think and make everything nice.

Q: What kind of environment do you like to compete in?

A: Normally I crawl deeper into the armchair and turn music on. Though you can’t stay like that for too long and need to have a break, at least sometimes…

Q: Have you ever gotten burned out on programming competitions? What did you do to overcome it?

A: I've taken a break before, just until the desire to compete comes back. Usually that happens in no time.

Q. What do you do to have fun outside of TopCoders?

A. I like backpacking and hitting the silk.


Author
Development: cyberjag
4 development wins

Q: What brought you to TopCoder?

A: I came to learn about TopCoder from Google Code Jam India in 2005.  Initially I started with algorithm competitions and later moved to development competitions , which suite me better.

Q: What's your proudest TopCoder moment? 

A: Seeing my picture as Coder of the Month.

Q: What advice would you give to someone just starting in TopCoder competitions?

A: Understand that the TopCoder development process is very important. For development competitions , watching the forums is a must. Also I used to look into the other submissions done by my fellow competitors after every competition.

Q: What's the biggest obstacle you've had to overcome?

A: The biggest obstacle for me is getting some free time to participate.

Q: What kind of environment do you like to co de in ? 

A: I am always playing music while I code.

Q: What was the biggest factor in your success this month?

A: Very little participation for the Hermes components. For m y first submission I totally underestimated the component and I had to learn the technology completely during the Final Fix. Later I realized that very few participants are familiar with JPA, so I tried to participate mainly on those components.

Q. Have you ever felt burned out on programming? What do you do to overcome that feeling?  

A. I will work out in the gym for two hours.