Programing puzzles can be a great way to practice your skills and kill time between projects. What sources do you use for programing puzzles?
|
31
|
|
|
|
|
|
Try Project Euler.
|
||
|
|
|
|
Ruby: http://rubyquiz.com/ Python: http://www.pythonchallenge.com/ |
||
|
|
|
'Hard' programming interview questions http://everything2.com/title/hard%2520interview%2520questions |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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! |
||
|
|
TechInterview is quite good. Here's the discussion forum. |
||
|
|
|
|
|
||
|
|
|
|
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). |
||
|
|
|
|
Programming Praxis has some pretty sweet programming exercises, with official solutions in Scheme. Visitors also posts solutions, notably in Haskell. |
||
|
|
