您的位置:首页 > 其它

算法推荐

2016-01-05 19:12 447 查看
汇总一下版里讨论过的学习资料,欢迎修改补充

公开课

coursera 现在有2套,

地里热烈开展学习的是stanford的Part
I, https://www.coursera.org/course/algo

Part II 秋冬会开

Princeton也有2部分,

8月 https://www.coursera.org/course/algs4partI

11月 https://www.coursera.org/course/algs4partII

alphonse: Brown CS1570 算法课。有视频。没作业。当作是其他课程的补充吧

参考书:

https://www.coursera.org/course/algo 有推荐四本参考书籍:

CLRS - Cormen, Leiserson, Rivest, and Stein, Introdution to Algorithms (3rd edition)

这个就是著名的算法导论,很可读。

DPV - Dasgupta, Papadimitriou, and Vazirani, Algorithms

KT - Kleinberg and Tardos, Algorithm Design

SW - Sedgewick and Wayne, Algorithms (4th edition)

http://www.ppurl.com/2010/11/int ...
-third-edition.html

http://www.ppurl.com/2010/10/algorithms.html

http://www.ppurl.com/2010/07/algorithm-design.html

http://www.ppurl.com/2011/03/algorithms-4th-edition.html

enthalpy_yan:

DPV - Dasgupta, Papadimitriou, and Vazirani, Algorithms 传个这本书的习题答案

https://skydrive.live.com/redir?resid=84858540CA19FFA6!161

另外有农友推荐的:如果想进一步了解算法,推荐MIT的Introduction
to Algorithm.(就是算法导论一书的作者)按照老师的课程计划来,看书,听视频课,做题。

找工作:

1 推荐 Coding interview exposed (3ed) 这个最简单了,基础比较挫的可以从这里开始

2 自然就是CareerCup - Crack the code interview 版里就有。

3 leetcode是比较高端的,牛公司面才需要
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: