What are some good websites for programming puzzles? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T21:07:41Zhttp://stackoverflow.com/feeds/question/325653http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles14What are some good websites for programming puzzles?Programmer2008-11-28T12:26:27Z2009-11-22T17:12:13Z
<p>Programing puzzles can be a great way to practice your skills and kill time between projects. What sources do you use for programing puzzles?</p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325657#32565725Answer by Greg for What are some good websites for programming puzzles?Greg2008-11-28T12:28:06Z2008-11-28T12:28:06Z<p>Try <a href="http://projecteuler.net/" rel="nofollow">Project Euler</a>.</p>
<blockquote>
<p>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.</p>
</blockquote>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325660#3256608Answer by danimajo for What are some good websites for programming puzzles?danimajo2008-11-28T12:28:26Z2008-11-28T12:28:26Z<p>Ruby: <a href="http://rubyquiz.com/" rel="nofollow">http://rubyquiz.com/</a>
Python: <a href="http://www.pythonchallenge.com/" rel="nofollow">http://www.pythonchallenge.com/</a></p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325661#3256611Answer by dove for What are some good websites for programming puzzles?dove2008-11-28T12:28:26Z2008-11-28T12:28:26Z<p>as mentioned before here, <a href="http://projecteuler.net/" rel="nofollow">project euler</a> is hard to beat</p>
<p>edit: by before i meant in other questions, but now see someone was quicker on the type!</p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325665#3256655Answer by BraveSirFoobar for What are some good websites for programming puzzles?BraveSirFoobar2008-11-28T12:29:39Z2008-11-28T12:29:39Z<p>'Hard' programming interview questions</p>
<p><a href="http://everything2.com/title/hard%2520interview%2520questions" rel="nofollow">http://everything2.com/title/hard%2520interview%2520questions</a></p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325668#3256682Answer by Sunil for What are some good websites for programming puzzles?Sunil2008-11-28T12:30:31Z2008-11-28T12:30:31Z<p><a href="http://icpcres.ecs.baylor.edu/onlinejudge/" rel="nofollow">http://icpcres.ecs.baylor.edu/onlinejudge/</a></p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325670#3256701Answer by RoadWarrior for What are some good websites for programming puzzles?RoadWarrior2008-11-28T12:31:01Z2008-11-28T12:31:01Z<p><a href="http://www.techinterview.org/" rel="nofollow">TechInterview</a> is quite good. Here's the <a href="http://discuss.techinterview.org/?interview" rel="nofollow">discussion forum</a>.</p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325698#3256985Answer by Tomas Pajonk for What are some good websites for programming puzzles?Tomas Pajonk2008-11-28T12:41:42Z2008-11-28T12:41:42Z<p><a href="http://www.topcoder.com/" rel="nofollow">http://www.topcoder.com/</a></p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325708#3257081Answer by Chrys for What are some good websites for programming puzzles?Chrys2008-11-28T12:45:41Z2008-11-28T12:45:41Z<p>Java Programmers:</p>
<p><a href="http://www.javabat.com/" rel="nofollow">javabat</a></p>
<p><a href="http://javablackbelt.com/" rel="nofollow">java black belt</a></p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325717#3257173Answer by Bill the Lizard for What are some good websites for programming puzzles?Bill the Lizard2008-11-28T12:49:06Z2008-11-28T12:49:06Z<p>I found that the <a href="http://www.pythonchallenge.com/" rel="nofollow">Python Challenge</a> was a good way to learn Python. The puzzles start out <em>very</em> easy but ramp up in difficulty fairly quickly. They're set up in a good sequence to guide you to explore the Python libraries.</p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/325776#3257761Answer by nullreference for What are some good websites for programming puzzles?nullreference2008-11-28T13:27:51Z2008-11-28T13:27:51Z<p><a href="http://discuss.techinterview.org/?interview" rel="nofollow">http://discuss.techinterview.org/?interview</a></p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/1308061#13080612Answer by Mahesh for What are some good websites for programming puzzles?Mahesh2009-08-20T18:40:29Z2009-08-20T18:40:29Z<p><a href="http://plg1.cs.uwaterloo.ca/~acm00/" rel="nofollow">University of waterloo's programming contest puzzles</a> are quite good. Definitely recommended for college students. </p>
<p>You can also search their archive for Past Waterloo Contests. Also check out previous <a href="http://www.acm.inf.ethz.ch/ProblemSetArchive.html" rel="nofollow">ACM ICPC problem set archive</a>. </p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/1354784#13547840Answer by uzurpatorul for What are some good websites for programming puzzles?uzurpatorul2009-08-30T20:11:50Z2009-08-30T20:11:50Z<p><a href="http://www.projecteureka.org" rel="nofollow">Project Eureka</a>
has some interesting programming puzzles, however it is not limited to programming, there are other interesting categories as well (like ligic/probability puzzles).</p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/1379575#13795750Answer by namin for What are some good websites for programming puzzles?namin2009-09-04T14:22:17Z2009-09-04T14:22:17Z<p><a href="http://programmingpraxis.com/" rel="nofollow">Programming Praxis</a> has some pretty sweet programming exercises, with official solutions in Scheme. Visitors also posts solutions, notably in Haskell.</p>
http://stackoverflow.com/questions/325653/what-are-some-good-websites-for-programming-puzzles/1779298#17792980Answer by st0le for What are some good websites for programming puzzles?st0le2009-11-22T17:12:13Z2009-11-22T17:12:13Z<p><a href="https://www.spoj.pl/" rel="nofollow">SPOJ</a></p>