vote up 20 vote down star
28

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

flag

64% accept rate
Are you more interested in adversarial or indirect competitions? That is, contests where each solution is judged independently or they directly compete in some way? – Sparr Feb 3 at 17:56
Both. Actually I would like to somehow summarize and categorize the answers here. Should I edit the question or sent answer myself and mark it? – Łukasz Lew Feb 4 at 17:07

17 Answers

vote up 1 vote down

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|flag
vote up 1 vote down

BattleCode

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 2 vote down

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|flag
vote up 1 vote down

Game programming competitions:

link|flag
vote up 3 vote down

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|flag
vote up 5 vote down

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|flag
1  
ACM is completely brilliant in this sense. It's not just about the monkeys, it's about the team of monkeys. :) – TomatoSandwich Jul 1 at 3:07
Still, without problem-solving skills all the teamwork doesn't really matter anymore when you can't get an angle at the problems. Just yesterday in training I encountered a problem I never even heard of an algorithm to solve it (though new students here get taught one, maybe I'm just too old :)) – Johannes Rössel Jul 2 at 13:57
vote up 0 vote down

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|flag
vote up 4 vote down

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|flag
vote up 8 vote down

ICFP contest is addicting

link|flag
vote up 2 vote down

I've heard about Imagine Cup that Microsoft runs.

link|flag
I'm actually doing Imagine Cup this year although the deadline to enter has already passed. You can start working on your project for next years competition now though. – Paul Mendoza Feb 3 at 0:37
vote up 0 vote down

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|flag
vote up 6 vote down

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|flag
I compete in ACM programming competitions for my university and they are a blast. – Simucal Feb 3 at 0:36
vote up 6 vote down

Google Code Jam. Definitely.

link|flag
vote up 13 vote down

TopCoder comes to mind

link|flag
vote up 15 vote down

not really a competition, but close: Euler.

link|flag

Your Answer

Get an OpenID
or

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