Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Programming Education

No US College In Top 10 For ACM International Programming Contest 2013 199

michaelmalak writes "The annual ACM International Collegiate Programming Contest finished up last week for 2013, but for the first time since its inception in the 1970s, no U.S. college placed in the top 10. Through 1989, a U.S. college won first place every year, but there hasn't been one in first place since 1997. The U.S. college that has won most frequently throughout the contest's history, Stanford, hasn't won since 1991. The 2013 top 10 consists entirely of colleges from Eastern Europe, East Asia, and India."
This discussion has been archived. No new comments can be posted.

No US College In Top 10 For ACM International Programming Contest 2013

Comments Filter:
  • *shrug* (Score:4, Informative)

    by coaxial ( 28297 ) on Thursday July 11, 2013 @01:51AM (#44247363) Homepage

    So what? I don't see any of those schools being real power houses of innovation either.

  • by ndykman ( 659315 ) on Thursday July 11, 2013 @01:59AM (#44247417)

    This programming contests have nothing to do with real world programming or the skills need for most CS fields. Certainly, these are fun algorithmic challenges, but the timed nature of these contests encourage quick and dirty solutions that have no place in the real world. Creating new algorithms and other kinds of CS research requires a lot of attention to performance, scalability and correctness that aren't tested by these contests.

    Okay, maybe those High Performance Trading guys want crazy quick complex code that nobody can understand, but that's kind of the problem, is it not?

  • Re: Yes, but . . . (Score:4, Informative)

    by kamapuaa ( 555446 ) on Thursday July 11, 2013 @02:03AM (#44247443) Homepage

    Actually, various small Pacific Island Nations are higher, then various Middle Eastern nations, then Mexico. Then US. Nauru and Samoa are 95% obese.

  • by Bob Hearn ( 61879 ) on Thursday July 11, 2013 @02:40AM (#44247643) Homepage

    I would guess that you've never entered one of these competitions. To do well, it is not sufficient to come up with quick and dirty solutions; these will generally fail. You have to be able to find a good algorithm, quickly, and implement it, catching all the edge cases. These are certainly valuable real-world skills.

    Disclaimer -- I was on the Rice team that took 3rd in 1986 (before there were any international teams at all).

  • by phantomfive ( 622387 ) on Thursday July 11, 2013 @02:50AM (#44247689) Journal
    If someone does well in these contests, they're probably really good programmers. Inexperienced, yes, but......that's why they're still in college. They are programmers who know how to get the computer to do what they want, which is more than a lot of 'professional' programmers.

    It's not clear why you think scalability and correctness aren't tested by these contests. A lot of the problems have huge datasets, so if you use an algorithm that doesn't scale, you will fail. And of course correctness is the point.......

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...