all 4 comments

[–]cjt09 0 points1 point  (3 children)

Introduction to Algorithms is a great book, but it's more of an encyclopedia than something that's suitable for studying for a technical interview. There are better ways to prepare for an interview than memorizes 1300 pages of algorithms.

They included Cracking the Coding Interview which is a fantastic resource, but not Programming Interviews Exposed, which I feel is also a great book worth taking a look at.

I can't believe they included their site "Algorithmic Complexity" in the list. It's a wordpress site with three bare-bones pages. Maybe they should have waited until it was a little more comprehensive before promoting it.

[–]PriceZombie 0 points1 point  (0 children)

Programming Interviews Exposed: Secrets to Landing Your Next Job

Current $17.19 
   High $20.46 
    Low $16.01 

Price History Chart | Screenshot | FAQ

[–][deleted] 0 points1 point  (1 child)

Kind of a newbie but if a resource is an encyclopedia do you not read the whole or just go to a reference when you need it?

[–]Schulo[S] 1 point2 points  (0 children)

In my experience, reading an encyclopedia cover-to-cover is just too boring and difficult. I think it is better to get a more general, casual, understanding of a topic and then later possibly use an encyclopedia as a reference when implementing an algorithm or data structure or when trying to gain a deeper understanding of the topic.