Tagged Questions

0
votes
8answers
350 views

Running a fastest-algorithm competition

I'd like to run competitions like code golf competitions, but the winner would have the fastest algorithm, not the smallest code. One fair way to measure speed of an algorithm is …
7
votes
5answers
226 views

What is a good community run venue for finding programming competitions?

The closure of a recent entertaining 'question' got me wondering what would have been a better forum for the challenge presented. I know there is a similar question, but most of t …
3
votes
2answers
133 views

“Solving Business Problems” Dev Competitions - Do They Exist?

G'day All. First time question-asker. A recent question (http://stackoverflow.com/questions/505404/what-are-good-programming-competitions) asked about good programming competition …
0
votes
2answers
138 views

Game AI programming competition framework

Does anyone know of an open source AI programming competition framework( shell)? The target should be 'game aware'. I'd like it to: Be written in Java Have a reliable way to mea …
3
votes
6answers
178 views

I need some tips on how to prepare for the ICPC Programming Competition!

I'm participating in the Competencia Latinoamericana de Programacion this month and I was wondering if any of you have ever programmed competitively. The contest is basically 10 qu …
0
votes
3answers
78 views

Software Engineering/Application Development Contests

There are a few threads on SO that discuss coding contents & competitions. Unfortunately, many of them are either contrived problems, or based entirely on theory, math, and/or …
2
votes
7answers
280 views

books/sites to get good at algorithm competitions

Hi, I've been practicing doing topcoder and acm contests(local ones and practice sets). But I'm hitting a brick wall in terms of performance. I can solve the first topcoder proble …
20
votes
17answers
897 views

What are good programming competitions?

I'm interested in both single coder and team competitions.
14
votes
11answers
529 views

Have you found competitive programming to be useful?

I am looking to hone my programming skills outside of school/work and was wondering if any of you have participated in competitive arenas like CoreWar or TopCoder strictly for the …
0
votes
1answer
258 views

Size-coding competitions

What are your preferred size-coding (competitions for the smallest program that does something, or for the smallest source code) oriented sites? There was a really nice python sit …