Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Education Programming IT Technology

14-Year-Old Wins International Programming Contest 141

marcog123 writes "The International Olympiad in Informatics was held earlier this week in Bulgaria. The IOI is a programming competition for high school learners up to 20 years of age that has a focus on problem solving and algorithms. It was won by 14-year-old Henadzi Karatkevich of Belarus (PDF, list of gold medalists), beating the world's top high school programmers, including 18- and 19-year-olds, to become the youngest winner in the IOI's 21-year history. Competition is really tough, with some countries taking months off school to concentrate only on IOI training. Henadzi first entered the IOI in 2006 when he was only 11 years old and won silver (missing gold by only six points). He won gold in 2007 and 2008. He has the opportunity to enter for the next three years; that is, unless he follows the path of Terence Tao, who won IMO gold at 12 and then went to university the following year. If he continues his current streak, he will easily surpass the current record of six IOI medals by South Africa's Bruce Merry."
This discussion has been archived. No new comments can be posted.

14-Year-Old Wins International Programming Contest

Comments Filter:
  • by dexmachina ( 1341273 ) on Saturday August 15, 2009 @12:39PM (#29076547)
    Gold is a category of a winners, not the outright winner. He was the overall winner this year.
  • by Jeff321 ( 695543 ) * on Saturday August 15, 2009 @12:44PM (#29076579)

    From the Wikipedia article:

    "The top 50% of the contestants are awarded medals, such that the relative number of gold : silver : bronze : no medal is approximately 1:2:3:6 (thus 1/12 of the contestants get a gold medal)."

  • Programming practice (Score:2, Informative)

    by improfane ( 855034 ) on Saturday August 15, 2009 @12:48PM (#29076599) Journal

    If you're interested in programming contests, you might enjoy the USACO programming contest.

    http://ace.delos.com/usacogate [delos.com]

    My problem with most contests is that the material is too difficult. I did the first exercise and haven't attempted the second yet.

  • Re:That's curious (Score:5, Informative)

    by azgard ( 461476 ) on Saturday August 15, 2009 @01:11PM (#29076749)

    Actually (as a citizen of Czech Republic, former Eastern block state), I think there were several factors:

    1. Communist regime actively encouraged smart people to work in mathematics, technology and natural science fields. When I was in 6th grade, I went to several hobby groups (organized by the local communist youth organization) - one dealing with natural sciences and second dealing with electronics. While such clubs exist today too, the participation is not so much enforced on the parents.

    2. Today, you can buy almost anything in the shop. Back then, you couldn't. It was natural for people to know how to repair various things, and experimentation with electronics (and later computers) was very common among young people.

    3. Life in communist regime was _extremely_ boring. Doing any technical hobby was a way to escape this boring reality.

    Having a technical hobby is much easier now, because you have specialized shops that will sell you anything you need (which weren't the case at all back then), but much less people actually do it (there is also so much of other stuff to do to enjoy life).

    By the way, I know Martin Mares (one of the frequent winners) personally from the high school - boy, he was and is smart! He could program in assembler like someone would write a letter, and talk to me about differential equations in the meantime. Still, I don't think IOI is so difficult as IOM, so the comparison with Terence Tao doesn't really hold water that well.

  • Re:That's curious (Score:4, Informative)

    by ZombieWomble ( 893157 ) on Saturday August 15, 2009 @01:24PM (#29076831)
    The international olympiads are held in maths, Informatics and the sciences, and are actually quite prestigious events - most large countries send full teams, and it's held in many countries.

    Similarly, most countries do put a significant amount of effort into the selection and training of the teams (here's the US training organisation's site, for example [uwp.edu]). While the exact amount of effort varies, it's still a fair time contribution, even in the US. Luckily, the prestige of the event tends to offset any minor issues it causes in other areas of the student's study.

  • by oldhack ( 1037484 ) on Saturday August 15, 2009 @02:37PM (#29077415)
    Problem is that guys like you think you're special. Bit of talent, (continuing) education, and putting in the efforts turn out competent programmers, and those are the ones in demand in mass, not some "special" people.
  • by edsousa ( 1201831 ) on Saturday August 15, 2009 @07:50PM (#29079565) Journal
    check the website: http://www.ioi2009.org/ [ioi2009.org]
    The problems are right there.
  • by SL Baur ( 19540 ) <steve@xemacs.org> on Sunday August 16, 2009 @07:59AM (#29082343) Homepage Journal

    The crux is that you really can't teach programming. A good programmer has an intuitive feel for how to solve a problem. You can't get that from lectures and books.

    You can kinda sorta, but you're still missing something. You have to choose your books carefully.

    http://www.amazon.com/Elements-Programming-Style-Brian-Kernighan/dp/0070342075 [amazon.com]
    http://www.amazon.com/Psychology-Computer-Programming-Silver-Anniversary/dp/0932633420 [amazon.com]
    http://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959 [amazon.com]

    programming is a lot like art

    Very much so. Those with a passion for it always rise to the top. (I know I'm quoting you out of context, you were right before you added in all the weasel language).

    in the end, practice is the only way to get anywhere.

    Exactly. But isn't that true with anything worthwhile?

    What you're missing is that writing new code is only a tiny facet of being a Real Programmer. Requoting:

    A good programmer has an intuitive feel for how to solve a problem.

    I add: and can get an intuitive feel for how a body of code does (or needs to) work.

    Unless you're just a hit & run coder, you'll spend the majority of your career doing software maintenance or be dealing with some different aspect of the software life cycle. Developing the ability to fix issues in software that you haven't written, quickly, is the ticket for always having people willing to pay you for doing what you want to do in the first place.

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...