谁能推荐我关于图论的良好在线教程,即 BFS、DFS 和其他相关的图算法?
5 回答
我的建议:
介绍性 - JMT Patrick:
http ://www.youtube.com/watch?v=HmQR8Xy9DeM
中等难度的讲座 - ADUni 和伯克利:
http ://aduni.org/courses/algorithms/index.php?view=cw
http://www.cs.berkeley.edu/~blum/174notes.html
高级的东西 - 麻省理工学院:http:
//ocw.mit.edu/courses/mathematics/18-315-combinatorial-theory-introduction-to-graph-theory-extremal-and-enumerative-combinatorics-spring-2005/
作为奖励,Neo CEO 的精彩演讲:
http ://www.youtube.com/watch?v=UodTzseLh04&feature=related
我强烈建议从 topcoder 学习
http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=graphsDataStrucs1
既有理论又有实现
Use Algorithm Design by Tardos and Kleinberg for graph algorithms. if you want mathematical graph theory you can read Graph Theory by Rienhard Diestel.
看看算法图论