Where do you go to tickle your brain [to get programming challenges]? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T04:04:05Zhttp://stackoverflow.com/feeds/question/53887http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges12Where do you go to tickle your brain [to get programming challenges]?Prakash2008-09-10T12:33:46Z2009-02-04T19:24:07Z
<p>I am sure we all have some place to go to get our brain teased!</p>
<p>Sometimes i visit <a href="http://projecteuler.net/index.php?section=problems" rel="nofollow"><img src="http://projecteuler.net/images/logo.jpg" alt="Project Euler" /></a></p>
<p><em><code>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</code></em></p>
<p>Where do you all go?</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/53903#539032Answer by Bill the Lizard for Where do you go to tickle your brain [to get programming challenges]?Bill the Lizard2008-09-10T12:39:25Z2008-09-10T12:39:25Z<p><a href="http://www.pythonchallenge.com/" rel="nofollow">Python Challenge</a> and <a href="http://www.programming-challenges.com/pg.php?page=index" rel="nofollow">Programming Challenges</a> are both fun. I also like Project Euler, which you already mentioned.</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/53927#539270Answer by BPAndrew for Where do you go to tickle your brain [to get programming challenges]?BPAndrew2008-09-10T12:47:44Z2008-09-10T12:47:44Z<p>topcoder.com - do the old SRM's then start competing live - its fun!</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/53998#539982Answer by cringe for Where do you go to tickle your brain [to get programming challenges]?cringe2008-09-10T13:12:09Z2008-09-10T13:12:09Z<p>As a java developer I go to <a href="http://www.javablackbelt.com/" rel="nofollow">Java Blackbelt</a>. And of course <a href="http://thedailywtf.com/" rel="nofollow">Daily WTF</a> - for the dark side...</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/54075#540751Answer by Joel Coehoorn for Where do you go to tickle your brain [to get programming challenges]?Joel Coehoorn2008-09-10T13:47:08Z2008-09-10T14:10:30Z<p>I participate in sites like StackOverflow, <a href="http://forums.devshed.com" rel="nofollow">DevShed forums</a>, and other programming help sites. Heck, I even used Experts Exchange for a while.</p>
<p>This way my "practice" consists of real-world problems, and I'm helping other programmers do better work at the same time.</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/54087#540870Answer by Naseer for Where do you go to tickle your brain [to get programming challenges]?Naseer2008-09-10T13:50:46Z2008-09-10T13:50:46Z<p>Mod-X <a href="http://mod-x.co.uk" rel="nofollow">http://mod-x.co.uk</a></p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/54253#542533Answer by Dave Gray for Where do you go to tickle your brain [to get programming challenges]?Dave Gray2008-09-10T14:45:35Z2008-09-10T14:45:35Z<p><a href="http://icpcres.ecs.baylor.edu/onlinejudge/index.php" rel="nofollow">UVa</a> 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.</p>
<p>It only supports submissions in the following formats.</p>
<p>ANSI C 4.1.2 - GNU C Compiler with options: -lm -lcrypt -O2 -pipe -ansi -DONLINE_JUDGE<br />
JAVA 1.6.0 - Java Sun JDK<br />
C++ 4.1.2 - GNU C++ Compiler with options: -lm -lcrypt -O2 -pipe -DONLINE_JUDGE<br />
PASCAL 2.0.4 - Free Pascal Compiler<br /></p>
<p>You can either paste or upload your code.</p>
<p><a href="http://icpcres.ecs.baylor.edu/onlinejudge/index.php" rel="nofollow">http://icpcres.ecs.baylor.edu/onlinejudge/index.php</a></p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/54267#542671Answer by GateKiller for Where do you go to tickle your brain [to get programming challenges]?GateKiller2008-09-10T14:51:16Z2008-09-10T14:51:16Z<p>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.</p>
<p>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.</p>
<p>So there you have it, for "some place to go to get [your] brain teased!", use Stack Overflow.</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/104746#1047462Answer by BubbleSort for Where do you go to tickle your brain [to get programming challenges]?BubbleSort2008-09-19T19:21:16Z2008-09-19T19:21:16Z<p>There are some interesting exercises at <a href="http://codekata.pragprog.com/" rel="nofollow">CodeKata</a>.</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/512863#5128630Answer by unclerojelio for Where do you go to tickle your brain [to get programming challenges]?unclerojelio2009-02-04T19:18:18Z2009-02-04T19:18:18Z<p>The <a href="http://www.spoj.pl/" rel="nofollow">Sphere online Judge</a> 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.</p>
http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges/512889#5128890Answer by Adam Davis for Where do you go to tickle your brain [to get programming challenges]?Adam Davis2009-02-04T19:24:07Z2009-02-04T19:24:07Z<p>This has <a href="http://stackoverflow.com/questions/6327/what-are-your-programming-excercises">been</a> <a href="http://stackoverflow.com/questions/4002/code-katas">asked</a> <a href="http://stackoverflow.com/questions/8506/practice-project-recommendations-for-an-intermediate-level-programmer">a</a> <a href="http://stackoverflow.com/questions/24692/where-can-you-find-funeducational-programming-challenges">few</a> <a href="http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges">times</a>.</p>