What's the best general programming book to review basic development concepts?
Posted
by Charles S.
on Stack Overflow
See other posts from Stack Overflow
or by Charles S.
Published on 2010-03-25T16:39:08Z
Indexed on
2010/03/25
16:43 UTC
Read the original article
Hit count: 346
I'm looking for for a programming book that reviews basic concepts like implementing linked lists, stacks, queues, hash tables, tree traversals, search algorithms, etc. etc. Basically, I'm looking for a review of everything I learned in college but have forgotten. I prefer something written in the last few years that includes at least a decent amount of code in object-oriented languages.
This is to study for job interview questions but I already have the "solving interview questions" books. I'm looking for something with a little more depth and explanation. Any good recommendations?
© Stack Overflow or respective owner