Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
4answers
690 views

How can I improve this algorithm for solving a modified Postage Stamp problem?

Son of Darts Problem was a contest on Al Zimmermann's Programming Contests that ended on 20 Jun 2010 : Suppose that you have a dartboard that is divided into R regions. Each dartboard region ...
18
votes
5answers
1k views

Are there any sites that do Python programming challenges similar to ProjectEuler, only maybe not so math oriented?

I really learned a lot about programming doing some of the problems on Project Euler, but I'm not much of a math guy. I am looking for similar programming projects just for fun. Does anyone know any ...
12
votes
4answers
239 views

Online algorithmic problemsets

I'm familiar with: http://topcoder.com. The problem with this site is that (I don't mean to sound cocky) the problems that are published there are not as much difficult as they are just complicated ...
11
votes
3answers
470 views

Favorite Online Judge Challenge

For years I have visited the UVa Online Judge site to practice programming skills and just recently ( thanks to this site ) discovered the Sphere Online Judge site. I am interested to know which ...
9
votes
2answers
335 views

Contest problem “K-transformed” permutations

I have been banging my head against this problem for days, and searched exhaustively online for any hints on how to solve it. If you enjoy mathematically oriented programming problems, please take a ...
8
votes
11answers
1k 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++?
8
votes
9answers
1k views

Learning Algorithms: Never getting any better

I want to implement algorithms and data structures for practice. I have a bunch of textbooks I am working through and although I can understand the idea and theories I can never seem to close the book ...
7
votes
2answers
187 views

programming *challenge* site *for children*?

I know there's some competition out there for whiz high school kids, but I'm looking for something more geared towards an advanced middle schoolers. The problems should be simpler than Project Euler ...
7
votes
6answers
279 views

Solving jumbled word puzzles with python?

I have an interesting programming puzzle for you: You will be given 2 things: 1. A word containing a list of english words put together : word = "iamtiredareyou" 2. Possible subsets: ...
7
votes
3answers
257 views

How would you go about tackling this problem? [SOLVED in C++]

Intro: EDIT: See solution at the bottom of this question (c++) I have a programming contest coming up in a bit, and I've been prepping :) I'm practicing using these questions: ...
5
votes
6answers
380 views

Scheme Programming Challenges

I have gotten a lot of use and coding practice out of sites like UVa Online Judge (for Java and C programming challenges) and Project Euler (for C and Python practice). I think its a great method to ...
3
votes
5answers
192 views

Organizing Programming Contest - Howto compile and execute

I am building a web based interface where people can type in simple C code for solving algorithmic programming questions. I am using Ace editor where people can type in code and when the press the run ...
3
votes
4answers
434 views

The Fibonacci String Problem

The Fibonacci strings are defined as follows: The first Fibonacci string is "a" The second Fibonacci string is "bc" The (n + 2)nd Fibonacci string is the concatenation of the two previous Fibonacci ...
3
votes
2answers
583 views

How to implement a web client in bash

Are you able to write a Bash script that will download an HTTP resource from the web? The inputs are: $hostname $port $path $output You can't: use external commands other than telnet ...
3
votes
3answers
459 views

programming games (crobots like)

what are the currently popular programming games in the internet, something like crobots but with web-based interface that enables you to compete with anyone who has published his/her code earlier?
2
votes
4answers
157 views

Faster output via standard out in Java?

In an online judge programming contest problem I am required to output up to 50,000 lines in under 1 second via standard out (in addition to reading in up to 200,000 pairs of integers which I used a ...
1
vote
1answer
32 views

Test Case Generator tool for Programming competitions

In programming contest problems the inputs are given in a particular format with constraints. Is there any tool that can generate test cases in a given format and with the constrains, so that the code ...
1
vote
2answers
197 views

help solving a programming-contest problem using python [closed]

I found this problem, which I thought would be interesting to solve but couldn't really come up with a correct solution- Inside a room, there is a monster with N heads, and a human (with 1 ...
1
vote
2answers
341 views

How to get better at programming contests

I've been looking at contest problems for a while with the intention of getting into my university's ICPC team next year. Unfortunately I feel stuck and am not improving. I've been using the USACO ...
1
vote
4answers
863 views

Can you answer this 2009 ACM International Collegiate Programming Contest Finals problem?

Out of curiosity, I was checking out the problem set to the 2009 ACM international collegiate programming contest. The questions are pretty interesting. They're available at ...
1
vote
1answer
327 views

Online programming competitions to improve programming skills [closed]

I am new to software development, and I have come across a wide variety of sites in which there are a large number of questions (SPOJ, TopCoder, Project Euler, CodeChef). But I want to know which ...
1
vote
3answers
290 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 ...
0
votes
0answers
23 views

Best resource to learn graph theoretic algorithms for programming contest's

I am not a computer science major, so I did not take any course on graph algorithms. But I could do well at http://www.spoj.pl without them. But when ever I see a graph algorithm based question I get ...
0
votes
1answer
48 views

java - codesprint2 programming contest answer

I recently took part in Codesprint2. I was unable to submit the solution to the following question. http://www.spoj.pl/problems/COINTOSS/ ( I have posted the link to the problem statement at spoj ...
0
votes
1answer
109 views

Which is a good C++ BigInteger class for programming contests?

I was just wondering which will the best BigInteger class in C++ for programming contests which do not allow external libraries? Mainly I was looking for a class which could be used in my code( I ...
0
votes
1answer
73 views

Challenge: Regex-only tokenizer for shell-assignment-like config lines

I asked the original question here, and got a practical response with mixed Ruby and Regular Expressions. Now, the purist in me wants know: Can this be done in regular expressions? My gut says it can. ...
0
votes
0answers
52 views

What game programming contests do you know? [closed]

I'd like to ask you what game developing contests do you know? Several years ago was Intel Game Demo, but as far as I understood it is already closed.
0
votes
0answers
32 views

Server for programming contest [closed]

We are looking for a new theme for a hackathon and remembered some programming contest where a server exposed an API and each team wrote a client for that API. Could be some kind of battle or just to ...
0
votes
0answers
72 views

Looking for help in Coding Competition with Android

I want to enter a coding competition which includes a mobile application section. The contest information is here: http://www.infobright.org/contest/2011q1/application_dev_challenge. While I have ...
0
votes
3answers
281 views

plane bombing problems- help

I'm training code problems, and on this one I am having problems to solve it, can you give me some tips how to solve it please. The problem is taken from here: ...
0
votes
6answers
503 views

Can you tell me why this generates time limit exceeded in spoj(Prime Number Generator)

#include<iostream> #include<string.h> #include<math.h> using namespace std; bool prime[1000000500]; void generate(long long end) { memset(prime,true,sizeof(prime)); ...
-1
votes
2answers
132 views

Java tutorial for acm programming contest [closed]

How to prepare for acm programming contest? I am interested in Java. Have any tutorial guide by which I can prepare myself for participate acm Programming Contest? Please advice me asap.
-1
votes
1answer
305 views

Which language is better suited for a programming competition: Java or C++? [closed]

I'd like to know which one is more suitable for programming contests, online judges. I don't want answers like "go with java" or "c++ is the fastest". I'd like to know that in more details, lets say ...
-1
votes
1answer
31 views

Is there a list somewhere of all the app dev contests and promotions going on? [closed]

If not... let's start one here? Please add below! StreetApps Challenge Adobe Open Screen Nokia 1 million API-based contests ConstantContact API Daylife API (Profit Share) And more?