Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've searched around for different challenge sites, and most of them seem to be geared towards difficulty in problem solving logically, rather than trying to use your language of choice to do something you haven't used it for. Their center is around mathematics rather than function design.

Some kind of point system for correctly solving challenges, or solving them the most efficient/smallest would be neat as well.

Listed sites

share|improve this question
6  
Perhaps should now be community wiki? – Justin L. Jun 28 '10 at 20:48
the link to UVa Online Judge has changed to: uva.onlinejudge.org – Cornelius Aug 12 '10 at 14:01

closed as not constructive by NullUserException Dec 6 '11 at 23:16

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

17 Answers

up vote 26 down vote accepted

Project Euler: http://projecteuler.net/

TopCoder: http://www.topcoder.com/tc

share|improve this answer

Wow! UVa Online Judge has really changed their site... I may have to get back into their problems - their last site design didn't really make for a fun experience.

Sphere Online Judge is another one.

USACO is for high school students but they have some fun problems with some surprising complexities, their main page is here, with the gateway to the problems here.

TopCoder, already mentioned is really good and can seriously have positive effects for your future employment.

Found another, but I've never used it: ACM-ICPC

share|improve this answer
1  
I really like the Sphere site. The best part is that there is a forum where you can get a little help with a problem if you need it. – unclerojelio Feb 4 '09 at 19:12

Project Euler, from the site: "Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve."

share|improve this answer

My personal favorite is SPOJ, its very addicting, sometimes you can end up spending hours n hours solving problems, you never know when the alarm starts ringing to tell you that its good morning! Apart from that topcoder is the best if you wish to take programming as a sport!

Don't forget to checkout http://codegolf.com/

"Based on the original perl golf, Code Golf allows you to show off your code-fu by trying to solve coding problems using the least number of keystrokes.

You're not just limited to Perl either - PHP, Python and Ruby are all available too.

Challenges are always open, and your entries are automatically scored so you can start playing right away!"

share|improve this answer

Try these sites:

share|improve this answer

I belive you can have fun with "High School Programming League" at http://hs.spoj.pl/ it just has started.

share|improve this answer

I would also go through the history of problems for ACM's Programing Contest.

share|improve this answer

Personally I find the UVa Online Judge to be quite fun. There is a huge list of "test" problems that you can attempt to solve in a variety of languages (Java, ANSI C, C++, PASCAL) and then submit your solution. There was a programming club at my university that practiced with these problems and ended up placing above the team from MIT in a university programming competition. Your submitted code is automatically executed and judged on a variety of things like execution time, correctness of output, etc. Here is the site for you to check it out: http://icpcres.ecs.baylor.edu/onlinejudge/index.php

I recommend starting with Volume 1, Problem 100 - The 3n + 1 Problem

share|improve this answer
The online judge doesn't like my solution to the "3n+1" problem. Back to bug hunting. – unclerojelio Feb 4 '09 at 19:14

RoseCode

share|improve this answer

I would like to recommend http://refactormycode.com/ as it is fun, educational and helps other people at the same time. Just grab some code and polish it until it shines :)

share|improve this answer

http://www.rubyquiz.com/ is no longer active, but if you're into ruby trying the 150 or so quizzes will certainly keep you occupied (and it's still going on, just on rubytalk).

Even if you're not a rubist, the solutions are very interesting; I always find it instructional by seeing how smart people solved nontrivial problems.

share|improve this answer

Not exactly what you asked for but I have used PLEAC. Look at one of the tasks in one language and write it in another. It covers quite wide range of tasks but really could do with much better explanations.

share|improve this answer

The Daily WTF's Bring Your Own Code puzzles.

share|improve this answer

4clojure is a very good list of challenges for people learning clojure.

share|improve this answer
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – NullUserException Dec 6 '11 at 23:10

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