I like Cracking the Coding Interview: http://www.amazon.com/Cracking-Coding-Interview-Fourth-Progr... And The Algorithm Design Manual by Skiena: http://www.amazon.com/Cracking-Coding-Interview-Fourth-Progr...
Ask HN: good, quick algorithms course to prepare for big tech interviews?
21–29 of 29 posts
Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#22I have just started reading the bible of algorithms: http://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/... Not a quick win but a comprehensive, in-depth algorithm book :-)
I've heard good things about that book, but to be fair The Bible Of Algorithms can only be Knuth's TAoCP.
Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#23some online materials and books: http://www.quora.com/What-are-the-most-learner-friendly-reso... some interview questions: http://www.quora.com/What-questions-are-Java-Software-Engine...
Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#24Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#25Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#26http://openclassroom.stanford.edu/MainFolder/CoursePage.php?... This course is CS 161 at Stanford: Intro to Algorithms. It's got a lot of short videos, so you can pick which ones you wanna watch. Also, I took the class, the prof is really good.
Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#27For a concise, very readable book that I've used to get myself up to speed with algorithms in preparation for interviews you can try reading Algorithms by Papadimitrou, Dasgupta, Vazirani. You can grab a pdf at [Papadimitrou's website][1]. [1]: http://www.cs.berkeley.edu/~vazirani/algorithms.html
Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?
#28I like Cracking the Coding Interview: http://www.amazon.com/Cracking-Coding-Interview-Fourth-Progr... And The Algorithm Design Manual by Skiena: http://www.amazon.com/Cracking-Coding-Interview-Fourth-Progr...