Live data from Hacker News

Ask HN - Real life work makes me dumb; Recommend algorithm learning resources

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN - Real life work makes me dumb; Recommend algorithm learning resources

#6
"Introduction to Algorithms" by T Cormen ,C Leiserson, R Rivest and C Stein.

This book covers both basic and advance topics in a well written manner. Correct me if I am wrong but I believe this book is used in some MIT courses.

http://www.amazon.co.uk/Introduction-Algorithms-T-Cormen/dp/...

Re: Ask HN - Real life work makes me dumb; Recommend algorithm learning resources

#7
Nice that I'm not the only one :)

My preferences are now search engines and graph theory. For the latter one you can even get a bad paid job (pockettaxi.de) but where you can hack on nice algorithms!

Here are some nonefree and free graph theorie books:

http://stackoverflow.com/questions/510758/can-you-suggest-a-...

Re: Ask HN - Real life work makes me dumb; Recommend algorithm learning resources

#8

Nice that I'm not the only one :) My preferences are now search engines and graph theory. For the latter one you can even get a bad paid job (pockettaxi.de) but where you can hack on nice algorithms! Here are some nonefree and free graph theorie books: http://stackoverflow.com/questions/510758/can-you-suggest-a-...

Excellent, thanks! :D

Re: Ask HN - Real life work makes me dumb; Recommend algorithm learning resources

#9
post #6

"Introduction to Algorithms" by T Cormen ,C Leiserson, R Rivest and C Stein. This book covers both basic and advance topics in a well written manner. Correct me if I am wrong but I believe this book is used in some MIT courses. http://www.amazon.co.uk/Introduction-Algorithms-T-Cormen/dp/...

I came here to recommend this exact book. Great reference text.
Post reply on HN