Where do you go to tickle your brain [to get programming challenges]? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T04:04:05Z http://stackoverflow.com/feeds/question/53887 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/53887/where-do-you-go-to-tickle-your-brain-to-get-programming-challenges 12 Where do you go to tickle your brain [to get programming challenges]? Prakash 2008-09-10T12:33:46Z 2009-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#53903 2 Answer by Bill the Lizard for Where do you go to tickle your brain [to get programming challenges]? Bill the Lizard 2008-09-10T12:39:25Z 2008-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#53927 0 Answer by BPAndrew for Where do you go to tickle your brain [to get programming challenges]? BPAndrew 2008-09-10T12:47:44Z 2008-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#53998 2 Answer by cringe for Where do you go to tickle your brain [to get programming challenges]? cringe 2008-09-10T13:12:09Z 2008-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#54075 1 Answer by Joel Coehoorn for Where do you go to tickle your brain [to get programming challenges]? Joel Coehoorn 2008-09-10T13:47:08Z 2008-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#54087 0 Answer by Naseer for Where do you go to tickle your brain [to get programming challenges]? Naseer 2008-09-10T13:50:46Z 2008-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#54253 3 Answer by Dave Gray for Where do you go to tickle your brain [to get programming challenges]? Dave Gray 2008-09-10T14:45:35Z 2008-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#54267 1 Answer by GateKiller for Where do you go to tickle your brain [to get programming challenges]? GateKiller 2008-09-10T14:51:16Z 2008-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#104746 2 Answer by BubbleSort for Where do you go to tickle your brain [to get programming challenges]? BubbleSort 2008-09-19T19:21:16Z 2008-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#512863 0 Answer by unclerojelio for Where do you go to tickle your brain [to get programming challenges]? unclerojelio 2009-02-04T19:18:18Z 2009-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#512889 0 Answer by Adam Davis for Where do you go to tickle your brain [to get programming challenges]? Adam Davis 2009-02-04T19:24:07Z 2009-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>