up vote 9 down vote favorite
27
share [g+] share [fb]

Possible Duplicate:
Where can you find fun/educational programming challenges?

I used to be a member of +Ma's Reversing, and later became a member of Caesum's Electrica. Recently I've played Bright Shadows. Are there other good sites for a challenge?

Question reopened; not a duplicate. Similar, yes, but slightly different.

Related: Where can you find fun/educational programming challenges?

link|improve this question

feedback

closed as exact duplicate by Bill the Lizard Sep 1 '11 at 3:45

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

19 Answers

up vote 11 down vote accepted

Duplicate --- http://stackoverflow.com/questions/24692/where-can-you-find-funeducational-programming-challenges

Sneak peek (links are inside that answer)

  • Project Euler
  • TopCoder
  • UVa Online Judge
  • Challenges with Python
  • Google Code Jam
  • Programming Challenges
  • Less Than Dot
  • ACM's Programing Contest archive
  • USACO problems
  • ITA Software's puzzle page
  • Refactor My Code
  • Ruby Quiz

You might want to add your own links there, as you seem to have some that aren't on the list already

link|improve this answer
feedback

I've come to like Sphere Online Judge. The variety of languages is really nice, although they don't have dc installed. The maintainers also very actively answer questions on the forums, even if it's just, "Why isn't my program working?" I'm not sure how they find time.

link|improve this answer
1  
I'm now officially addicted to this site. Thanks! – unclerojelio Feb 4 '09 at 19:11
feedback

TopCoder has weekly competitions. It's great fun. :-)

link|improve this answer
feedback

Project Euler is my current favorite.

link|improve this answer
I'm also a huge Project Euler fan – theo Sep 17 '08 at 21:08
feedback

http://www.pythonchallenge.com/

link|improve this answer
feedback

xkcd turned me on to Project Euler, which can be completed in any language. It's pretty challenging after a while (hope you enjoy recursion!) and a bunch of people are doing it so there's a good amount of comparing solutions in just about every language under the sun.

link|improve this answer
feedback

Project Euler

link|improve this answer
feedback

Project Euler.

link|improve this answer
feedback

You can try my website http://www.cstutoringcenter.com/problems for some "warm up" questions before going on to Project Euler or Python Challenge. Register free to submit answers.

link|improve this answer
That's pretty decent, actually. Good work! – ShreevatsaR Dec 12 '09 at 15:10
feedback

This one is my personal favorite, full of real world problems varying in topic, and the site has a great supporting community to boot:

www.stackoverflow.com

link|improve this answer
feedback

osix.net has some really challenging problems. They tend towards crypto and disassembly type stuff; you need to know your stuff pretty well to get through them.

link|improve this answer
feedback

A ton of answers in this question

link|improve this answer
feedback

projecteuler.net is good if you like mathy problems Python Challenge if you like riddles and python

link|improve this answer
feedback

I enjoy Project Euler (math-ey problems) and this contest site (ICPC type problems)

link|improve this answer
feedback

a new one just like projecteuler.net http://www.javaist.com/rosecode

link|improve this answer
feedback

Hackergames.net maintains a pretty extensive list.

link|improve this answer
feedback

Rosecode is a fun challenge site

link|improve this answer
feedback

Not exactly in the same vein, but codeeval.com allows you to create your own programming challenges and invite people to solve them. Solutions can be accepted and auto evaluated in several programming languages such as C/C++/Java/Python/Ruby etc...

www.codeeval.com

link|improve this answer
feedback

http://catcoder.catalysts.cc/ is also good.

link|improve this answer
feedback

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