The competitions tag has no wiki summary.
1
vote
1answer
85 views
Dynamic Programming: States in a 2-player game
This is the problem in a programming contest
where i "found" how to go through the states in 2-player games.
The problem is: An alternative game is played between two players A and B where A always ...
0
votes
0answers
34 views
Graph coloring variants
I am preparing for a programming competition and presently looking at graph coloring problems. I know that if the numbers of colors is set to 2, we can find if the graph can be colored such that no ...
0
votes
0answers
61 views
Mathematical Expression Parsing
So I've been doing some programming problems these last few days, and I found this one to be really interesting. Here's the link to the problem: http://plg.uwaterloo.ca/~gvcormac/zxc/q4.html
so far ...
0
votes
0answers
130 views
How to prepare for CTF security wargame competition?
I am preparing for the Capture the Flag (CTF) competiton such as this one here, https://csawctf.poly.edu/. Any good recommendations, e.g study materials, books, links, etc.?
0
votes
1answer
243 views
ACM dropping balls
Below is the code that I have copied from link http://progspedia.blogspot.com/2011/05/679-dropping-balls.html#comment-form
#include<stdio.h>
int main()
{
int t,D,I,P,i,j;
...
-2
votes
1answer
77 views
Suggest a concise book on ASP.NET? [closed]
I am taking part in Imagine cup and my idea includes design of a website with a login, search system, pretty much like ebay. Since time is scarce, I need a concise book. I found a book recommended ...
0
votes
0answers
146 views
JQuery Safe Crack effect - Achievable within form?
Basically I need to achieve the effect of cracking a safe with numbers on a jquery script. The client are doing a competition, I need to create a form that the user fills out to be entered into a ...
3
votes
4answers
688 views
Java shortcut: generating an array to change a for loop into a for-each loop
I have considered using this shortcut in my competition programming. I define a function:
private static int[] range(int n) {
int[] ret = new int[n];
for (int i = 0; i < n; i++) {
...
0
votes
1answer
69 views
Check duplicate address on contest entry
I am building a UK wide competition website that limits entries in a given household/address to 1 per week, and 4 overall.
I need to know the best practice as to what fields to check when seeing if ...
0
votes
2answers
281 views
Competitions on the Traveling Salesman Problem and Testsets
I want to try some methods on the TSP and need some testsets.
I know there are certain competitions on exact and approximate solutions for the TSP, and I would like to test some ideas I have on some ...
1
vote
4answers
652 views
Dominoes - Competition question
http://ecoo.org/ecoocs/contests/ecoo_2007.pdf
Hey guys,
I'm studying really hard for the upcoming ecoo regionals for my area and I'm stumped on this one question. I really have no idea where to start. ...
1
vote
3answers
66 views
Find first user to reach goal
An interesting one, I think :) - Users in my app get points for actions they perform.
I wish to find the first user to reach a goal of 100 points.
One method to do that is to return all performed ...
0
votes
4answers
183 views
Does this snippet of code(a macro for container traverse) works? if yes, why?
Following Dmitry Korolev tutorial on TopCoder i encountered this generic-container-traverse macro:
#define tr(c,i) for(typeof((c).begin() i = (c).begin(); i != (c).end(); i++)
It confuses me ...
1
vote
1answer
124 views
What is the good ruby world-wide programming competition other than Rails rumble?
Please name one or more ruby world-wide programming competitions other than rails rumble
0
votes
1answer
160 views
Rails Rumble - Can I See the Code?
I've came across a code of couple projects from the Rails Rumble 2010 hosted on Github. But this is just a tiny percent of total amount of projects.
Is it possible to have a read-only copy of git ...
-1
votes
1answer
209 views
Where can I find a forum/discussion board for competitive programming? (ACM, TopCoder etc) [closed]
I'm trying to prepare for the ACM competition in November, and I'm going through the practice problems and getting stuck on data structure or implementation problems. I tried to find a discussion ...
9
votes
2answers
424 views
overview and news of/about coding competitions
I just have seen this nice screencast of someone coding for the Ludumdare 48h competition.
I seem to miss such contests most of the time and only hear about them when they ended. I would love to ...
54
votes
11answers
5k views
Why do programming competition contestants use C++ and Java?
After competing in and following this year's Google Code Jam competition, I couldn't help but notice the incredible number of [successful] contestants that used C/C++ and Java. The distribution of ...
4
votes
7answers
374 views
Help with geometry problem - don't have any idea
I am preparing myself for programming competitions and i would like to know how can i solve this problem. I guess it's geometry problem, and it seems i can't get any ideas about solving it.
Here it ...
9
votes
11answers
2k views
C++ Programming Contests
I would like to test my C++ programming skill level by competing with others. What programming contests are there for C++?
7
votes
8answers
4k views
What are some fun programming competition questions? [closed]
When I was in university, I helped organize a programming competition for Computer Science students. I believe we had 4 questions in total and allowed an hour for each one.
The best received question ...
1
vote
5answers
1k views
What is the best single-source shortest path algorithm for programming contests?
I was working on this graph problem from the UVa problem set. It's a single-source-shortest-paths problem with no negative edge weights. From what I've gathered, the algorithm with the best big-O ...
1
vote
10answers
854 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 to use a neutral ...
9
votes
6answers
459 views
What is a good community run venue for finding programming competitions? [closed]
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 the responses are ...
2
votes
3answers
423 views
Sql Competitions
Sorry to ask this kind of questions.
But I am eager to know some good sites where I can have the opportunity to have some sql competitions.
I found 1
TroyK's T-SQL Challenge
but it is not free.
...
3
votes
4answers
1k 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 measure/terminate time ...
1
vote
3answers
432 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 algorithms. Where ...
4
votes
2answers
380 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 competitions. This got me ...
23
votes
12answers
3k views
Have you found competitive programming to be useful? [closed]
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 purpose of ...
0
votes
1answer
446 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 site, I can't remember ...

