首页 > 学院 > 开发设计 > 正文

图论:出、入度,邻接表、邻接矩阵、拓扑排序/207. Course Schedule

2019-11-08 03:14:24
字体:
来源:转载
供稿:网友

出入度邻接表邻接矩阵拓扑排序DFSKahn算法Course Schedule题目描述代码实现

【3】学习数据结构不错的网站:http://blog.fishc.com/category/structure 【4】拓扑排序的介绍:http://m.blog.csdn.net/article/details?id=7714519 【5】程序员十大算法:http://www.wtoutiao.com/p/1c2pI1k.html 【6】图的入门:http://blog.fishc.com/2485.html 【7】图的介绍:http://blog.fishc.com/2499.html 【8】邻接矩阵:http://blog.fishc.com/2514.html 【9】图的特殊的存储结构:http://blog.fishc.com/2535.html 【10】BFS/DFS的课程调度实现:https://discuss.leetcode.com/topic/17273/18-22-lines-c-bfs-dfs-solutions 【11】图的表示:https://www.khanacademy.org/computing/computer-science/algorithms/graph-rePResentation/a/representing-graphs


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表