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

link|improve this question

62% accept rate
5  
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
feedback

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

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

17 Answers

up vote 21 down vote accepted

Project Euler: http://projecteuler.net/

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

link|improve this answer
feedback

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

link|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
feedback

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."

link|improve this answer
feedback

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!"

link|improve this answer
feedback

Try these sites:

link|improve this answer
feedback

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

link|improve this answer
feedback

http://www.codechef.com

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|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
feedback

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 :)

link|improve this answer
feedback

RoseCode

link|improve this answer
feedback

Perhaps: http://forum.lessthandot.com/viewforum.php?f=102

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

The Daily WTF's Bring Your Own Code puzzles.

link|improve this answer
feedback

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

link|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
feedback

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