Live data from Hacker News

Ask HN: good, quick algorithms course to prepare for big tech interviews?

news.ycombinator.com

21–29 of 29 posts

Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?

#21

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

http://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/... - skiena

Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?

#22

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

The bible is definitely TAoCP, but its a little long to read before an interview, maybe select sections.

Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?

#25
For 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?

#26

http://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.

Thanks a lot for posting this. I love that the lectures are broken up into smaller chunks, it makes the whole subject much easier to watch.

Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?

#27
post #25

For 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

This is the book used for an Algorithms Analysis class at my university (Brigham Young University), and I have been very impressed so far with it. The fact that it is available for free is a great plus as well.

Re: Ask HN: good, quick algorithms course to prepare for big tech interviews?

#28

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

The fifth edition of Cracking the Coding Interview came out a few weeks ago. The correct link is http://www.amazon.com/dp/1466208686.
Post reply on HN