vote up 14 vote down star
33

Programing puzzles can be a great way to practice your skills and kill time between projects. What sources do you use for programing puzzles?

flag

14 Answers

vote up 25 vote down

Try Project Euler.

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.

link|flag
vote up 8 vote down

Ruby: http://rubyquiz.com/ Python: http://www.pythonchallenge.com/

link|flag
+1 for Python Challenge. And you don't have to resolve it in Python, I did it in C#. – Nico Nov 28 '08 at 12:36
vote up 1 vote down

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!

link|flag
1  
How about upvoting an answer instead of repeating it? – S.Lott Nov 28 '08 at 12:46
1  
@S.Lott read edit, i was only seconds after RoBorg – dove Nov 28 '08 at 13:43
vote up 5 vote down

'Hard' programming interview questions

http://everything2.com/title/hard%2520interview%2520questions

link|flag
vote up 2 vote down

http://icpcres.ecs.baylor.edu/onlinejudge/

link|flag
vote up 1 vote down

TechInterview is quite good. Here's the discussion forum.

link|flag
vote up 5 vote down

http://www.topcoder.com/

link|flag
vote up 1 vote down

Java Programmers:

javabat

java black belt

link|flag
vote up 3 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
vote up 0 vote down

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).

link|flag
vote up 0 vote down

Programming Praxis has some pretty sweet programming exercises, with official solutions in Scheme. Visitors also posts solutions, notably in Haskell.

link|flag
vote up 0 vote down

SPOJ

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.