Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



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 sopssa ( 1498795 ) * <sopssa@email.com> on Saturday August 15, 2009 @12:21PM (#29076447) Journal

    This just shows more about the fact that those who are great programmers are so not because of school, but because they have interest on it on their own. My own school was kind of a joke - everyone just played flash games during hours and did the least amount needed, while it was quite standard stuff too. I started programming at 8 years old, pretty much after I had learned to read (quick basic stuff obviously, but still). However atleast I had a nice teacher that understood my side aswell and let me do my own stuff like 3D game programming during the hours as long as I did the final test. Truth is most of people are quite non-intelligent about that stuff on schools, unless they do programming as a hobby.

    And I can bet I was better at programming at 14 too then they were at 18 (as self conscious as that sounds). Fact is, if you're really interested on things and do it as hobby and just for fun, you will be even better than most adults are . You may lack some experience, but thats 50/50 good and bad. It's what enables you to do new things.

    That being said, as this is international programming and problem analysis competition the others we're probably quite good aswell, so lots of kudos for Henadzi for winning it. You will have a good future.

    • by Eudial ( 590661 ) on Saturday August 15, 2009 @12:40PM (#29076557)

      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. I started programming early as well, and I did stuff in my first year of high school that many first year college CS students would struggle with. Don't get me wrong, in retrospect, it was pretty terrible code, but when push came to shove, it worked, and I got to walk into traps and discover concepts 5-6 years earlier than your average school-brewed programmer.

      Getting back to the point, teachers can at best help you teach yourself programming. But even then, only so far.

      In that sense, programming is a lot like art (even though I don't consider programming art, it's a craft at best.) You really can't learn how to be a painter from books either. They can set you in the right direction and open your mind to new possibilities, but in the end, practice is the only way to get anywhere.

      • by Jurily ( 900488 ) <jurily&gmail,com> on Saturday August 15, 2009 @01:25PM (#29076835)

        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.

        That's because books and lectures miss the most important aspect of it all: imagination. Programming is basically daydreaming with rules.

        • by eyrieowl ( 881195 ) on Saturday August 15, 2009 @04:16PM (#29078187)
          Wrong. That's how I end up seeing lots a crap code. *Designing software* is daydreaming with rules. Programming is a different activity. Programming is engineering. Engineering is not fundamentally about imagination, it is ENTIRELY about rules. You don't daydream a bridge, you engineer one. You might daydream some design features, but then you implement them with engineering. Books and lectures teach competent people how to be competent engineers. That is true for bridges and it is true for software. Books alone do not teach people how to be good designers, it's a talent which can be grown but can not be fully imparted. I think people who confuse the two do a TREMENDOUS disservice to the world.
          • by Jurily ( 900488 ) <jurily&gmail,com> on Saturday August 15, 2009 @05:01PM (#29078479)

            Mere words cannot describe how wrong you are. How are you going to write good code without having a mental image of your data structures? How do you understand someone elses code in the first place?

            You seem to think imagination is something artsy people use to decide the color of the carpet. I say it's a fundamental component of learning, understanding and creating everything you associate with science.

            • by Javagator ( 679604 ) on Saturday August 15, 2009 @07:59PM (#29079603)
              You seem to think imagination is something artsy people use to decide the color of the carpet

              I agree. I once worked on a project with a group of scientist. There was one guy there that everyone (even other scientists from prestigious universities) talked about with awe. He could keep a thousand details in his head. He developed his software quickly, it worked, and was mathematically correct. However, it was difficult to use or re-use his code. It just didn't have the organization or modularity needed. It takes artistic talent (for want of a better term) as well as mathematical ability to develop good software.

              • Re: (Score:2, Insightful)

                by sshumaker ( 1618955 )
                You can't really separate 'programming' from 'software engineering'. Developing software is a holistic process - it requires problem-solving ability, strong synthesis and analysis skills, excellent judgement, and a healthy dose of imagination. At every point, you have to decide between dozens of different trade-offs - between scalability and performance, robustness and readability, maintainability and development time. Good programmers are the ones who can balance these attributes to craft the right solu
              • Re: (Score:3, Insightful)

                by syousef ( 465911 )

                There was one guy there that everyone (even other scientists from prestigious universities) talked about with awe. He could keep a thousand details in his head. He developed his software quickly, it worked, and was mathematically correct. However, it was difficult to use or re-use his code. It just didn't have the organization or modularity needed. It takes artistic talent (for want of a better term) as well as mathematical ability to develop good software.

                If it wasn't modular it wasn't good software. It m

            • I don't think he ever said that imagination was not necessary - his point was that it was necessary, just not sufficient. He specifically stated that you needed to be competent/talented or the books won't help at all. But if you are imaginative, it is necessary to be able to get your code polished to whatever point is useful - e.g. to work in all situations that will arise, to be easily maintainable by other people if other people will need to maintain it, etc. I think for these sorts of things you need exp

            • I think I'll have to settle for mere words in my rebuttal: not to split hairs, but it sounds like you're describing "intelligence", not "imagination"...at least, that's how I'd define it. By the definition you seem to be implying, imagination is necessary for not just science (as you note), but for creating everything: science, history, literature.... I suppose you could say that I was agreeing with you when I said that the books required "competent" learners. :)

              By imagination, in this context, what I

            1. In early days it is vitally important for people to 'build' something from their abstract ideas. These things may be toys but there's nothing wrong with that. This gives them experience in the problems of construction and the techniques and satisfaction of solving them.
            2. The very quick minds of the talented need support from the greybeards. They will keep reinventing the wheel, often badly, but that's the nature of adventurous youth. The extra experience and knowledge of the mature bods should be a reso
      • by lawpoop ( 604919 )

        The crux is that you really can't teach programming.

        I was going to qualify this, but you know, you nailed it. In programming, beyond your basic loops and syntax, is a completely unique problem, and you are probably the only person in the universe who is ever going to encounter it. What you have to do is start figuring out how to solve problems.

        Now, a teacher can help get you trained for solving problems, by giving practice problems and walking students through the frustration of solving them, but ultimately, a programmer has to be able to diagnose and crea

      • Computer Science is not an Art?

        Pardon me, but anytime you want to express an coding idea from one person to another, anytime you make an API that must then be understood by another, you are in the realms of art, because it is precisely the beauty of a system that (should!) drive you to use it.

        Beauty is a way of judging survival in people as it is in code.
        • Hi, commerical artist and occasional coder here.

          Pardon me, but anytime you want to express an coding idea from one person to another, anytime you make an API that must then be understood by another, you are in the realms of art

          It's an interesting thought, but it sounds more like you're describing "elegance" or "inspiration." A lot of jobs in the information age require a suceptibility to inspriation and original thinking, thought we can take it too far sometimes. When you get a sandwich at Subway, it's made by someone who's technically called a "sandwich artist" after all. I'm sensitive to people's need for creative recognition, but I'm not sure I'd go so far as to call the guy m

          • "What is art" is a such a controversial and little understood area of philosophy (admittedly I don't consider myself adequate to the task really understanding all the issues.)

            Coming from the design world (product, exhibit, and interface design,) which are definitely crafts but not art, I'd take exception with you both (TCPF and Iluvcapra) to varying extents. Contrary to how many see it, art is not centrally about "communication." I think most artists would agree that their art is for themselves and that i
            • Sorry. (In editing I failed to delete my first "Why? Because when it becomes about the viewer, the viewer effectively controls or edits the work of the artist." just mentally delete it.)
            • Contrary to how many see it, art is not centrally about "communication."

              I'm not sure you've completely explicated this, because...

              As soon as it becomes about communicating a message, producing multiple copies, making money, etc.

              This is a non sequitir, it does not follow that the act of communication is tantamount to commerce. They are completely different things, there's a relationship but you're implying that any artist who is trying to communicate a message is simply prostituting himself for economic gain, or that the only true art is art that is a pure expression of the self. This is pretty contentious, particularly for folks who remix other people's works, and for peo

        • by pjt33 ( 739471 ) on Saturday August 15, 2009 @03:24PM (#29077811)

          Computer science is not programming. It's an area of mathematics. API design is software engineering, not computer science.

      • Re: (Score:3, Informative)

        by oldhack ( 1037484 )
        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.
      • Re: (Score:3, Informative)

        by SL Baur ( 19540 )

        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 lang

    • by Co0Ps ( 1539395 )
      How does this support this fact? Do you have a quote from the winner where he states that he only learned this just becouse he was intrested and it was his hobby?

      Becouse I can bet my ass that it's the complete oposite. Just becouse you learned all programming by yourself and your school sucked doesn't mean this guys programming education did. First of all, when you're young programmer you're probably a lot more intrested in WHAT you can make the programs do rather than HOW to do it efficiently/quickly. B
      • by sopssa ( 1498795 ) *

        He is 14 years old. There's no school in world that teaches advanced programming and problem solving at that age. Hell, even the math at that age is quite standard and easy. It's obvious he learned it by motivation, not from schools.

        • Re: (Score:3, Insightful)

          I think you're underestimating how seriously some countries take these events - while I'm sure he got started in it because he was interested in programming, preparation for these events typically involves collecting the best talents from national events and putting them through rigorous training (in the interview pdf linked above, he mentions the training camps they use to select the people they send to the event).

          This goes quite a bit beyond "schools", to be sure. But if you think competitors in these ev

        • From the summary -

          Competition is really tough, with some countries taking months off school to concentrate only on IOI training.

          I think that implies there is more to this than self-motivation and there *are* specialized schools for this stuff for kids that age.

      • A web developer or a functional programmer wouldn't stand a chance here as normal programming only in rare cases involves advanced algoritms like maximum bipartite matchings, maximul flow or other graph related algorithms.

        Functional programmers will stand a better chance in these competitions. It is arguably easier to implement graph algorithms in functional programming languages than in imperative programming languages. There are proportionally more functional programmers who have a firm grasp of algorithm design and implementation than programmers who have not used functional programming languages.

    • by Yvanhoe ( 564877 )
      Isn't it true of any field ? School can turn someone into a passable professional. It can also turn a brilliant amateur into a brilliant professional.
    • F**king Bulgarians **#(_Q@_&$*(@#_@....

    • That is so mistaken it is hard to know where to begin addressing it. Personal interest will provide motivation to learn. That's it. Period. End of story. Don't confuse desire with ability - they aren't the same thing at all. After that it is about learning. One of the things you learn is problem solving approaches. This is fundamentally no different than if the subject was, for example, calculus. You learn logic (in the formal and colloquial senses of the word). You learn how other people have already solve

  • by Anonymous Coward on Saturday August 15, 2009 @12:28PM (#29076481)

    Perhaps he can fix slashdot

  • by Anonymous Coward

    "It was won by 14-year-old Henadzi Karatkevich [...] to become the youngest winner in the IOI's 21-year history. [...] 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."

    Wasn't he younger when he won in 2007?

  • That's curious (Score:5, Interesting)

    by rumith ( 983060 ) on Saturday August 15, 2009 @12:33PM (#29076511)
    If you look at the history of IOI winners (especially multiple winners, found at the Wikipedia [wikipedia.org] entry, most of them originate from former Soviet republics and Soviet-aligned countries (i.e. Eastern Europe). I currently fail to provide an adequate explanation for this phenomenon: yes, there are plenty of talented programmers in Russia, but as far as I can tell, software industry per se is virtually non-existent there (at least compared to the US).
    • by raybob ( 203381 )

      We make with C, no problem.

    • by Eudial ( 590661 )

      If you look at the history of IOI winners (especially multiple winners, found at the Wikipedia [wikipedia.org] entry, most of them originate from former Soviet republics and Soviet-aligned countries (i.e. Eastern Europe). I currently fail to provide an adequate explanation for this phenomenon: yes, there are plenty of talented programmers in Russia, but as far as I can tell, software industry per se is virtually non-existent there (at least compared to the US).

      My hypothesis is that before the Soviet fell, there really wasn't a lot of personal computer technology available to Vladimir Sixpack. And that was only some 20 years ago, so the current generation of former Soviet adolescents are among the first to have grown up with computers.

      • 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: (Score:3, Interesting)

          Communist regime actively encouraged smart people to work in mathematics, technology and natural science fields.

          It is mostly that. Technical education, especially in hard sciences, was always superior in the USSR (can't say about the rest of the Bloc, but I'd imagine it was about the same). It is not quite on the same level now, but it's still strong. There are many specialized "advanced schools" which teach some pretty complicated math in final school years (in the one I studied in, we did path integrals, for example - that was in late 90s).

          It also helps that those schools are free, too - so long as you qualify. End

          • Re: (Score:3, Interesting)

            by turing_m ( 1030530 )

            It also helps that those schools are free, too - so long as you qualify. End result is that the brighter kids, regardless of background, are segregated from the rest, and receive education matching their abilities - and, as I mentioned earlier, there's a strong emphasis on math, physics, and other hard sciences. This definitely helps shape the mind for programming.

            Absolutely. That's a common thread with geniuses who achieve a lot in life - not only are they born with the intellectual horsepower but they al

      • by rumith ( 983060 )

        Well, lacking access to hardware and barely getting some doesn't look like a viable explanation, now does it? Otherwise, the OLPC project would have generated a tremendous influx of Peruvian and Congolese software engineers, had it succeeded :P. Where is no or little software industry and no advanced CS research departments, there is nobody to teach the kids.

        P.S. Actually, USSR (as opposed to modern Russia) had some pretty decent computer industry for a long while. Until they began copying American technol

    • by Eskarel ( 565631 )

      Well it could be because, as far as I can tell, this meaningless high school contest is held in Bulgaria, which is within in the eastern block. It doesn't take much to get there from Eastern Europe and I think you'd find that kids from the region make up most of the competition.

      TFA seems to also indicate that the kid who wins generally takes time off of school to do nothing but prepare for this thing. Generally speaking, only backwater countries who want anyone to remember they actually exist allow this so

      • 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 glwtta ( 532858 )
        Ah yes, it's something that the US doesn't do well in, so it's a whole lot of inconsequential nothing. Way to keep the stereotype alive.

        For the record, the winners of the ones held in Wisconsin (2003) and Mexico (2006) were from Korea and Poland, respectively.

        I doubt many teachers would approve of having a kid postpone high school for something like this?

        I've attended both American and Easter European high schools - trust me, you wouldn't be missing much by skipping a couple of years of the America
        • by Eskarel ( 565631 )

          I'd think it was bullshit even if it was one by the US every year, I thought it was bullshit before I even read the kids name. The fact that it was held in Wisconsin when I was actually in Wisconsin in a university computer science degree program and I've never heard of it before is a fair indication that it's probably not considered all that important. The fact that they held it at UW parkside is another. The UW system has about 15 schools, and parkside is just about the smallest and least prestigious of t

          • by Tweenk ( 1274968 )

            The fact that it was held in Wisconsin when I was actually in Wisconsin in a university computer science degree program and I've never heard of it before is a fair indication that it's probably not considered all that important.

            Because it is not a sports event. I was on an international chemistry olympiad team that won 4 gold medals, and only 1 newspaper bothered to puta short notice about this. High school olympiads don't get much media attention.

            It's an informatics spelling bee. The kid may be brilliant, he may be nothing. He may go on to invent something absolutely amazing, he may end up flipping burgers for the rest of his life. None of these contests are ever solid indicators of future success.

            No, they are not 'spelling bees'. Have you even looked at any of the problems? I am estimating that 90% of employed programmers would not be able to solve some of them.

            Therefor a country which really wants to prove that it's not a completely inconsequential backwater or for whom having a winner of something like this would mean something to the general citizenry is likely to approve it are likely to bother.

            Your vision is that participation in the international olympiads requires government dispensation from school? No, it on

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

      by chrisG23 ( 812077 ) on Saturday August 15, 2009 @01:01PM (#29076687)
      This comment is half heresy because I was born and raised in the USA by Romanian parents. What I understand is during the Communist era of the Soviet Union and Soviet Bloc countries, education was greatly elevated. The thinking behind this was that the Communist countries would use the brainpower of their people to propel themselves above the degenerate West. (Its ironic that at least here in the US the opposite philosophy was followed, we make our people too dumb to notice there is a fundamental problem with our education system and then import talent from other countries when needed.)

      Teachers in these countries were expected to be subject matter experts at all levels of instruction, and not just yahoos with lesson plans and an inability to see multiple solutions to a problem (I am speaking from my personal experience with the American public education system here. The fundamental difference comes down to teaching how to find methods to approach and solve different problems vs teaching a method to solve a single problem and requiring little or no understanding of the underlying concepts at play. At least so I am told. It does explain some things.

      The descendants of people in this system (I hear at least in Romania the schools are not what they used to be) are reaping the benefits, and over here in the USA kids are worried about being safe in school, getting shot, or being ostracized by their peers for somehow being smart or trying hard (and being punished by the system for the same).

      My 2 cents.

      • The thinking behind this was that the Communist countries would use the brainpower of their people to propel themselves above the degenerate West. (Its ironic that at least here in the US the opposite philosophy was followed, we make our people too dumb to notice there is a fundamental problem with our education system and then import talent from other countries when needed.)

        Yep, that's the genius of our system. We see what you were saying, so we exploit the elevated brainpower of those poor foreigners b

      • by gaspyy ( 514539 )

        As a Romanian, I can say this is perfectly true.

        Education used to be to very high standards, especially in "hard" sciences. As a side-note, we never had the misconceptions that girls are not good at maths and as a result I recall that in highschool the top 5 students in maths were all girls; us boys had a chance to compete in physics and chemistry though.

        The system had one flaw however, in that it emphasized theory instead of practical implementation.

        Anyway, the whole system has gone downhill lately; in the

      • by mcbevin ( 450303 )

        What's also worth mentioning however, is that the quality of education in some of these post-communist countries has now plummeted - I was in the Ukraine a year or so ago and the stories of the quality of 'university' education there are shocking (in one computer science paper the entire 'assessment' for the paper was to translate parts of a computer science textbook from english to ukrainian so the professor could publish it under his name and get recognition for that .... which meant that the students bec

    • by andi75 ( 84413 )

      Preparation is everything.

      I've been to the ACM programming contests a couple of times. While we (two physics students and myself a math student, we easily eliminated the CS students in the local university qualifying round) were doing somewhat ok, we suffered from lack of preparation (which basically consisted of bringing along a copy of Sedgewick's "Algorithms in C"). The other teams (most notably the St. Petersburg and other eastern european teams) had coaches, months of preparation behind them and brough

    • Thats true, a lot of great programmers come from eastern Europe. For example MPlayer is a Hungary based project. And I remember an article that said that many writers of viruses come from Bulgaria. I think the reason for this may be the fact, that in many communist countries computer scientists tried to reverse engineer western technology, and therefor had a very low-level knowledge of things most people in the west hadn't. I think it makes a great difference if you started programming in Pascal or in Assem
    • That because in Soviet Russia, state programs YOU!
      • I got a laugh out of it, but does the converse really work? E.g. elsewhere, do "you program the state"?

    • by Cyberax ( 705495 )

      You're very wrong. Software industry is alive and well in Russia and ex-Soviet Bloc countries. It's not very visible because:

      1) Most of software companies work on outsourced projects. You might be using software developed in Russia and don't know about it (examples: recent versions of Microsoft Flight Simulator, Heroes V, etc.)

      2) A significant part of software companies produce software for domestic consumption.

      3) ex-Soviet bloc was late on software development scene.

      4) A great many ex-Soviet programmers em

    • by mshieh ( 222547 )

      We outsource to Russia at my office.

      India probably has one of the most active software industries out there, but how many major Indian software products do you use on a daily basis? (Indian CEOs and branch offices don't count) If you're a global company, you tend to make the USA your HQ. It just makes sense given the dominance of the USA stock exchanges.

      Also, there's a reason why Kaspersky doesn't have trouble hiring AV developers.

    • Well... we, Slavs, rock when it comes to logical thinking ;).

    • by Tweenk ( 1274968 )

      yes, there are plenty of talented programmers in Russia, but as far as I can tell, software industry per se is virtually non-existent there (at least compared to the US).

      Remember that 95% of all code never leaves the organization it was written in. You may not know any commercial software products from Russia, but there's definitely a lot of in-house programming going on.

  • Programming practice (Score:2, Informative)

    by improfane ( 855034 )

    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.

    • by mysidia ( 191772 )

      If the difficulty was too low, then everyone would be successful. You couldn't have real winners

      And would have to rely on some arbitrary measure to declare a winner (such as how many milliseconds it took the program to run, time to completion, or fewest spelling errors in the source code).

      • My point is that even with all my basics down, how do you become a better programmer?

        Most programming exercises I have no idea where to begin.

        • by pjt33 ( 739471 )

          I haven't specifically looked at the USACO problems, but the IOI isn't about programming so much as algorithm design. People who do well in it are likely to be capable of getting a PhD in computer science.

    • You know, that has to be the worst website design I've seen in a while. It's actually a lot like the websites I used to make when I was a kid and into programming them by hand, I mean does nobody there look at this thing and go "My god, that's ugly!"?. I suppose it is fine functionally, but frames haven't been a good idea from a design perspective since the 90's, and the font choice and color choice are horrible.

      I mean, come on people, is it really that hard to have someone with an eye for good design loo

  • by mysidia ( 191772 ) on Saturday August 15, 2009 @01:09PM (#29076741)

    Who do you expect to win it, a 30 year old? Most High-School students are between 13 and 18 years of age.

    I don't see it as extroardinary news, that a 14-year-old one won an international contest among students around that age range.

    It would be far more interesting if a 14-year-old won an international contest whose participants included college students studying CS at an advanced level :)

    • Because it has never happened before? You do realize that an 18 year old is 30% older than a 14 year old, and that entire 30% is in the higher developement - the stuff like programming.

      Would you not be surprised that an engineer fresh out of school is a better engineer than all the other engineers at the firm that hired him? Of course you would. Raw talent usually means you're better than the worst to start with, experience counts for a lot and it takes both to be the best. Being young and having a lot

      • by mysidia ( 191772 )

        Because it has never happened before? You do realize that an 18 year old is 30% older than a 14 year old, and that entire 30% is in the higher developement - the stuff like programming.

        A 14 year old is 20% younger than an 18 year old, not 30%. The proportional difference is not a fair means comparison. There are many 14 year olds who are more developed than most 18 year olds, and they would be the ones to get entered into contests like this one.

        Why? Most of them are shit, and he'd probably beat all

        • by obarel ( 670863 )
          You're both right...

          14 is 22% younger than 18 (it's 22% of 18).
          18 is 29% older than 14 (it's 29% of 14).
          • 14 is 22% younger than 18 (it's 22% of 18).
            18 is 29% older than 14 (it's 29% of 14).

            14 is 22% younger than 18 (it's approximately (100-22)% of 18).
            18 is 29% older than 14 (it's approximately (100+29)% of 14).

            Silly.

    • by JMZero ( 449047 )

      I believe the winner competes under the handle of Tourist on TopCoder. He's ranked 14th currently (among competitors of all ages). There is exactly one North American ranked higher than him (ICPC legend and generally amazing Derek Kisman).

      And who do I expect to win IOI? An 18 or 19 year old. This is a very prestigious competition, and many of the competitors have been training hard for years. 14 to 18 is a significant age gap and many of his competitors are amazing prodigies in their own right. I find

    • It would be far more interesting if a 14-year-old won an international contest whose participants included college students studying CS at an advanced level :)

      He *has* done this before. He was the top individual in this year's IPSC [ipsc.ksp.sk], which is open to everyone. He's also had an excellent record recently in TopCoder [topcoder.com], which is also open to everyone: he's currently ranked 14th [topcoder.com] and is by far the youngest in the top 50. Unfortunately all of the major open international contests are restricted to those 18 and older.

    • by mshieh ( 222547 )

      How many 14 year olds are the captain of their high school varsity team? That might only be local news if it happened, but slashdot is specialized news too.

      • by mysidia ( 191772 )

        Actually, there is something strangely notable about this:

        -How many hours a day are you in front of the computer?
        - Not more than three to four. I like playing football and table tennis, so I try to find time for sports as well.

        How many geeks who have developed advanced programming skills only ever spend at most 3 or 4 hours a day at a keyboard programming?

    • Re: (Score:2, Funny)

      Comment removed based on user account deletion
  • by FlyingSquidStudios ( 1031284 ) on Saturday August 15, 2009 @01:16PM (#29076785)
    The photograph they chose to feature in the PDF linked above uses the infamous Kubrick Stare [tvtropes.org] so I am worried about him rounding up minions for his insane plan of world domination.
  • Don't know how this is news. Anyone who concentrates on something hard enough will get it eventually, age doesn't matter. It seems silly to people in America maybe because kids now are too interested in jacking their brains into Xbox Live and their iPhones. I used to be heavy into that stuff as well... but then I got a social life and found out early on that life is way too short to waste your life completely on it. Do it for fun or for your job, but if you eat, live and breathe it, it will destroy you.
  • "Hackers should be judged by their hacking, not criteria such as degrees, age, race, or position." -- Hacker Ethic

  • I'd like to see the contest's questions, just to check how it was (and also perhaps there's something new to learn, right? :)), if anyone can give the test for self checking?

    Thanks!
  • 18- and 19- year olds are still competing? If they were smart enough enter, wouldn't they already be in college/university instead of grade school? Anyone that didn't medal shouldn't be invited back the next year. Now THAT'S incentive to perform.
  • In 1985 most of us could hack out any tune of a game on the C64 at 12, and that was in 6502 assembler.
    In 1987 we had moved to 68000 assembler doing demoes and coding games on the Amiga and Atari ST.

    Give kids a turtle today, and what do we get? Lines....

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...