I'm looking to get some practice coding solutions to algorithm puzzles on a whiteboard. A friend is going to read puzzles to me (as if he were interviewing me), and I'll solve them on a whiteboard.

Does anyone know any great books with algorithm puzzles that would be useful for this? I found a book called Puzzles for Programmers and Pros, but it only has six reviews on Amazon, so I'm not sure how good it really is.

If anyone has any recommendations, I'd really appreciate it. Thanks a bunch.

link|improve this question

78% accept rate
site recommendation: techinterviews.com – Nick Dandoulakis Nov 14 '09 at 22:19
I didn't like the Puzzles for Programmers and Pros that much. It's not very programming-related. Better is Programming Pearls by Bentley. – Frank Nov 14 '09 at 23:05
feedback

closed as not constructive by casperOne Dec 6 '11 at 2:44

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

6 Answers

up vote 6 down vote accepted

Check out the Materials section of MIT's Hacking a Google Interview course.

Also for some really good advice check out CareerCup's tech interviewing slides.

link|improve this answer
I've been using these for a couple of weeks, and they're fantastic. Thanks a bunch. – jakeboxer Dec 10 '09 at 18:47
feedback

You could check Project Euler. It's more on the math end than the computer end, but these are good coding exercises.

link|improve this answer
I agree: Project Euler is good for puzzles, but it's not a book. – Chip Uni Nov 15 '09 at 21:09
1  
@ Chip Uni: you are correct. I based my answer on the assumption that what mattered was to have a good collection of algorithm-oriented puzzles, and that the book medium was not crucial. – Mathias Nov 16 '09 at 0:45
feedback

Try Careercup with online interview questions and puzzles. You can also order their PDF book with 150 questions and 120 solutions.

link|improve this answer
feedback

One of our hosts recommends to mock a Mockingbird. That link also includes many other algorithm puzzles.

link|improve this answer
feedback

Wait, I thought Stackoverflow was for algorithm puzzles. Seriously though, the "Customers Who Bought This Item Also Bought" list from the Mockingbird book listed above on Amazon has some other algorithm/logic choices that are rated highly. In think one of unintended consequences of the Coding Horror linking is a skewed customer sampling whose taste are just right for your question.

link|improve this answer
feedback

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