Programing puzzles can be a great way to practice your skills and kill time between projects. What sources do you use for programing puzzles?
|
feedback
|
locked by Robert Harvey♦ Sep 19 '11 at 17:07
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. More info: FAQ.closed as off topic by 0A0D, Jon, genesis, Robert Harvey♦ Sep 19 '11 at 17:06
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
Try Project Euler.
| |||
|
feedback
|
|
Ruby: http://rubyquiz.com/ Python: http://www.pythonchallenge.com/ | |||
feedback
|
|
| |||
|
feedback
|
|
'Hard' programming interview questions http://everything2.com/title/hard%2520interview%2520questions | |||
|
feedback
|
|
University of waterloo's programming contest puzzles are quite good. Definitely recommended for college students. You can also search their archive for Past Waterloo Contests. Also check out previous ACM ICPC problem set archive. | |||||
|
feedback
|
|
I found that the Python Challenge was a good way to learn Python. The puzzles start out very easy but ramp up in difficulty fairly quickly. They're set up in a good sequence to guide you to explore the Python libraries. | |||||||
feedback
|
|
The Google Code Jam is missing! Interesting challenges - Start with "Qualification Round" (bottom to top), after, it gets pretty tricky! An originality of Google code Jam: you don't need to test your program remotely. Google provides you with sets of data (short / long) that you apply to your program, thus any language is accepted. The validity of your program depends on its output (sent to Google). | ||||
|
feedback
|
|
| |||
|
feedback
|
|
I recently stumbled upon some neat programming puzzles. They may require a facebook account however: http://www.facebook.com/puzzles The problems seems to be very practical and described in a manner which doesn't require any math and have different ranges of difficulty. | |||
|
feedback
|
|
as mentioned before here, project euler is hard to beat edit: by before i meant in other questions, but now see someone was quicker on the type! | |||||||||
feedback
|
|
TechInterview is quite good. Here's the discussion forum. | |||
|
feedback
|
|
Project Eureka has some interesting programming puzzles, however it is not limited to programming, there are other interesting categories as well (like ligic/probability puzzles). | |||
|
feedback
|
|
Programming Praxis has some pretty sweet programming exercises, with official solutions in Scheme. Visitors also posts solutions, notably in Haskell. | |||
|
feedback
|
|
| |||
|
feedback
|
|
Another Good programming puzzle website. You must read it.. | |||
|
feedback
|
|
Learn ruby via failing unit tests. | |||
|
feedback
|
|
You might be interested in careercup.com and algorithmist.com. | ||||
feedback
|
|
Try this; you can get lot good programming puzzles with answers. | ||||
feedback
|
|
There are the past ACM/ICPC problems. | |||
|
feedback
|