Hacker News new | past | comments | ask | show | jobs | submit login
ACM ICPC 2015 World Finals Results (baylor.edu)
15 points by mzl on May 21, 2015 | hide | past | favorite | 8 comments



Problems are available online here: https://icpc.kattis.com/problems


Solving all of these in 5 hours is truly awe inspiring. It would probably take me months, if not years :-)


There is a meta-structure to the problems that people can and do train for. I dabbled in this as a student (part of the BCS UK-wide competition winning team in .. '99 or thereabouts). You basically need to memorise "Introduction to Algorithms" http://en.wikipedia.org/wiki/Introduction_to_Algorithms , have a good practice in writing microparsers and output-formatting code (usually scanf/printf will do, sometimes you need something a bit more complicated), and have the right kind of puzzle-solving mentality.

Like Project Euler, sometimes you have to find a conceptual shortcut because the brute-force solution isn't feasible.

The BCS format involved four people and one computer, so work discipline, coding on paper, and a sort of extreme pair programming were important.


It took them cumulative practice of at least 19 years to reach there.

(One of them started practicing 10 years ago [1]. The two other are active at topcoder since 2010 [2] and 2011 [3]).

[1] http://en.wikipedia.org/wiki/Gennady_Korotkevich

[2] http://community.topcoder.com/tc?module=MemberProfile&cr=229...

[3] http://community.topcoder.com/tc?module=MemberProfile&cr=230...


Gennady Korotkevich a.k.a "tourist" - I heard this name about ~5 years ago among my friends who are into competitive programming. Only learned of his name today. It's impressive how good he is at such a young age.


The Russians win again... looking at the history it seems something happened around 2000 which caused the results to be dominated by Russia:

http://en.wikipedia.org/wiki/ACM_International_Collegiate_Pr...


IFMO takes this competition quite seriously. There are usually at least 2-3 equally strong teams fighting for the spot in the finals.


The full results have now been posted also, with number of solved and the total time for all teams: http://icpc.baylor.edu/scoreboard/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: