I'm interested in both single coder and team competitions.

link|improve this question
show 1 more comment
feedback

31 Answers

1 2

not really a competition, but close: Euler.

link|improve this answer
feedback

Google Code Jam. Definitely.

link|improve this answer
feedback

ACM is a fantastic competition. The limited resources (teams of three, with one computer) force a premium on teamwork and working efficiently.

Many universities approach the ACM competition thinking that individual brilliance matters most. They spend months drilling their competitors with problem-solving skills, only to have it all fall apart on the day. Teamwork and discipline is what distinguishes the top teams and that's great experience when working in the "real world" too.

(disclaimer: my team won the ACM a long, long time ago. We were good coders, but so was everyone else in the finals. Our teamwork was shit-hot, though, and that made all the difference.)

link|improve this answer
3  
ACM is completely brilliant in this sense. It's not just about the monkeys, it's about the team of monkeys. :) – glasnt Jul 1 '09 at 3:07
show 2 more comments
feedback

ICFP contest is addicting

link|improve this answer
feedback

ACM has a big competition, brings in a lot of colleges and the like. Interestingly enough the format there is a set of problems to solve, as opposed to just one.

link|improve this answer
show 1 more comment
feedback

The International Obfuscated C Code Contest. The goals of the competition are as follows (from their website):

To write the most Obscure/Obfuscated C program under the rules below. To show the importance of programming style, in an ironic way. To stress C compilers with unusual code. To illustrate some of the subtleties of the C language. To provide a safe forum for poor C code. :-)

link|improve this answer
2  
I beg to differ. I won the IOCCC several times and I still get paid for C programming :-) – Jens Apr 13 '11 at 20:49
show 1 more comment
feedback

Game programming competitions:

link|improve this answer
feedback

All of the sites I list below are ongoing and have computer judging. That is, your entries are compiled, run, and scored automatically, then compared to all the previous submissions.

The Sphere Online Judge has a wide variety of problems and supports a ridiculously large set of programming languages (dozens, from C to Whitespace).

Code Golf is an all-golf site that supports some popular golf languages (Perl, PHP, Python, Ruby).

The Online Judge at Universidad de Valladolid hosts a lot of ACM problems, with support for the ACM languages (C, Java, C++, Pascal)

link|improve this answer
feedback

CodeChef is a global programming community. We host contests, trainings and events for programmers around the world. Our goal is to provide a platform for programmers everywhere to meet, compete, and have fun. CodeChef is a noncommercial organization operated by Directi, an Indian software company based in Mumbai, India.

link|improve this answer
feedback

I've heard about Imagine Cup that Microsoft runs.

link|improve this answer
show 1 more comment
feedback

Not a classic competition, but if you like programming games: Robot Battle or AT-Robots (both have competitions, too).

(Wikipedia has a nice list of programming games...)

link|improve this answer
feedback

The Underhanded C Contest -- it's like IOCCC with a purpose :)

link|improve this answer
feedback

The Algorithmist has a list of Online Judges with Problemsets and Programming Contests. It also has a calendar of upcoming and current contests.

link|improve this answer
feedback

IEEE Xtreme Programming Competition should also be mentioned. It is an annual 24h programming competition for IEEE student members. 970 teams have registered for the competition in 2010.

link|improve this answer
feedback

Checkout http://www.bitwise.iitkgp.ernet.in/register

This is one of the top ranking engineering schools in India. Sponsors include Google and others.

link|improve this answer
feedback

TopCoder is nothing more than a way for companies to pay a fraction of development costs by getting a bunch of devs to work on a project in guise as a contest were only one or two will get anything. The rest are screwed since they worked for nothing and the innovation created by some will be outright stolen with no compensation. At best, a 'topcoder' winner will get a fraction of what he or she should be making for the work. eg 5k job, bunch of devs working, all the ideas used by the company and the 'winner' gets 1k. It's nothing more than a way for companies to exploit hard working and talented developers.

link|improve this answer
feedback

Railsrumble I did that this year, lots of fun. 48 hour contest.

link|improve this answer
feedback

Hope, you could count also High School Programming League as a good one

link|improve this answer
feedback

DWITE is a high school level competition if you want that level.

ACM-ICPC is a pretty big deal if you want a college level competition.

link|improve this answer
feedback

If you're into MATLAB, the MathWorks has a bi-annual competition. No big prizes, just bragging rights. It has a unique structure where, at certain points in the week-long competition, everyone can see (and thus use and modify) the code submitted by everyone else.

link|improve this answer
feedback

If you like Mathematics and programming, have a good look at MCM. It is about mathematical modeling, where you need to program.

link|improve this answer
feedback

Data mining competitions at TunedIT. A bioinformatics contest is organized right now.

link|improve this answer
feedback

Paypal X has a developer challenge just starting. They claim to have a grand prize award of $100k

link|improve this answer
feedback

Google AI was great fun.

link|improve this answer
feedback

We just started a new one. The Windward International Collegiate Programming Championships is a code war between most of the top computer science schools. I created this because my daughter, who goes to Harvey Mudd, asked me to set up one there. It was so much work creating the programming challenge I figured I should ask other schools if they wanted to participate. And boy did it snowball.

Anyways, should be a really fun time for all involved. And if most like it, we'll do it again next year.

link|improve this answer
feedback

Global Game Jam 2012, in just a few weeks.

link|improve this answer
feedback

CoderByte is a pretty cool place to start developing quickly and participating in competitions.

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.