up vote 19 down vote favorite
22
share [g+] share [fb]

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

I am sure we all have some place to go to get our brain teased!

Sometimes i visit Project Euler

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems

Where do you all go?

link|improve this question

feedback

closed as exact duplicate by danben, ShreevatsaR, Tim Post, sth, Will Jul 15 '10 at 16:09

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.

12 Answers

As a java developer I go to Java Blackbelt. And of course Daily WTF - for the dark side...

link|improve this answer
Java Blackbelt is real nice.. I intended to find more links like this one. Thanks :) – Prakash Sep 10 '08 at 13:18
feedback

I participate in sites like StackOverflow, DevShed forums, and other programming help sites. Heck, I even used Experts Exchange for a while.

This way my "practice" consists of real-world problems, and I'm helping other programmers do better work at the same time.

link|improve this answer
feedback

UVa has a very large problem set (approx 2400), 77000 users, and online submissions with immediate feedback from automatic judges. They also run a number of contests.

It only supports submissions in the following formats.

ANSI C 4.1.2 - GNU C Compiler with options: -lm -lcrypt -O2 -pipe -ansi -DONLINE_JUDGE
JAVA 1.6.0 - Java Sun JDK
C++ 4.1.2 - GNU C++ Compiler with options: -lm -lcrypt -O2 -pipe -DONLINE_JUDGE
PASCAL 2.0.4 - Free Pascal Compiler

You can either paste or upload your code.

http://icpcres.ecs.baylor.edu/onlinejudge/index.php

link|improve this answer
feedback

This has been asked a few times.

link|improve this answer
feedback

Python Challenge and Programming Challenges are both fun. I also like Project Euler, which you already mentioned.

link|improve this answer
feedback

There are some interesting exercises at CodeKata.

link|improve this answer
feedback

I personally find Stack Overflow quite stimulating. The reason for this is that there are quite often challenging questions which need some real thinking to provide the right answer.

If a really good technical question appears, I like to go away and figure out the puzzle. Sometimes the solution will come to me quickly, other times, I must concentrate and work hard to find the answer.

So there you have it, for "some place to go to get [your] brain teased!", use Stack Overflow.

link|improve this answer
feedback

The Sphere online Judge site is my favorite at the moment. Tons of fun challenges as well as a forum where you can get a little help with a problem if you need it.

link|improve this answer
feedback

TopCoder

Specifically the Algorithm and Marathon Matches.

link|improve this answer
feedback

topcoder.com - do the old SRM's then start competing live - its fun!

link|improve this answer
feedback

Mod-X http://mod-x.co.uk

link|improve this answer
feedback

just go to work :-)

link|improve this answer
feedback

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