全部版块 我的主页
论坛 提问 悬赏 求职 新闻 读书 功能一区 经管文库(原现金交易版)
271 0
2024-09-23
课程内容简介第9章 哈密尔顿问题和状态压缩
第8章 桥和割点,以及图的遍历树
第7章 图论搜索和人工智能
第6章图论问题建模和floodfill
第5章 图的广度优先遍历
第4章 图的深度优先遍历的应用
第3章 图的深度优先遍历
第2章 图的基本表示
第1章 玩转图论算法


+课程文档资料(图片版)            5.9 MB
| 3-7.jpg             426.0 KB
| 3-8.jpg             631.0 KB
| 3-9.jpg             837.0 KB
| 4-6.jpg             340.0 KB
| 5-4.jpg             536.0 KB
| 5-5.jpg             299.0 KB
| 5-6.jpg             434.0 KB
| 5-7.jpg             415.0 KB
| 6-6.jpg             646.0 KB
| 6-7.jpg             796.0 KB
| 9-5.jpg             716.0 KB
+源码            90.4 MB
+play-with-graph-theory-algorithm             90.4 MB
  +01-Introduction              4.7 MB
   | Chapter-01-watermarked.pdf               4.7 MB
  +02-Graph-Basics              5.7 MB
   |+03-Adjacency-Matrix               1.2 KB
   | |+src                1.1 KB
   | | | AdjMatrix.java                 1.1 KB
   | | g.txt                39 Byte
   |+04-Other-Methods-in-Graph               2.3 KB
   | |+src                2.3 KB
   | | | AdjMatrix.java                 2.3 KB
   | | g.txt                39 Byte
   |+06-Adjacency-List               4.6 KB
   | |+src                4.6 KB
   | | | AdjList.java                 2.3 KB
   | | | AdjMatrix.java                 2.3 KB
   | | g.txt                39 Byte
   |+08-Adjacency-Set               6.9 KB
   | |+src                6.9 KB
   | | | AdjList.java                 2.3 KB
   | | | AdjMatrix.java                 2.3 KB
   | | | AdjSet.java                 2.3 KB
   | | g.txt                39 Byte
   |+09-Graph-Representation-Comparation               2.4 KB
   | Chapter-02-watermarked.pdf               5.7 MB
  +03-Graph-DFS              7.4 MB
   |+04-Graph-DFS-Implementation               3.0 KB
   |+05-Graph-DFS-Improvement               3.3 KB
   |+07-Adjacency-Matrix-DFS               3.3 KB
   |+08-Graph-Interface               8.7 KB
   |+09-Graph-DFS-without-Recursion               4.3 KB
   | Chapter-03-watermarked.pdf               7.3 MB
  +04-Graph-DFS-Applications              6.2 MB
   |+01-Connected-Components-Count               4.0 KB
   | |+src                4.0 KB
   | | g.txt                28 Byte
   |+02-Connected-Components               4.2 KB
   |+03-More-about-Connected-Components               4.9 KB
   |+05-Single-Source-Path               6.2 KB
   |+06-Single-Source-Path-Improvement               6.3 KB
   |+07-All-Pairs-Path               6.8 KB
   |+08-Path-Improvement               7.9 KB
   |+09-Cycle-Detection               9.0 KB
   |+11-Bipartition-Detection               10.6 KB
   | Chapter-04-watermarked.pdf               6.1 MB
  +05-Graph-BFS              9.5 MB
   |+02-BFS               3.4 KB
   |+03-Single-Source-Path-BFS               4.9 KB
   |+04-More-about-Path-BFS               7.3 KB
   |+05-CC-BFS               9.2 KB
   |+06-Cycle-Detection-BFS               10.8 KB
   |+07-Bipartition-Detection-BFS               12.7 KB
   |+09-Unweighted-Shortest-Path               5.3 KB
   | Chapter-05-watermarked.pdf               9.5 MB
  +06-Graph-Modelling-and-Floodfill              2.4 MB
   |+01-Leetcode-Graph-Basics               762 Byte
   |+03-Graph-Construction               1.9 KB
   |+04-Flood-Fill               3.0 KB
   |+06-Flood-Fill-and-Union-Find               2.0 KB
   |+07-More-Improvement               1.8 KB
   | Chapter-06-watermarked.pdf               2.4 MB
  +07-AI-Search-and-BFS              1.0 MB
   |+01-Leetcode-BFS               1.4 KB
   |+03-States               1.6 KB
   |+04-Water-Puzzle-Uncompleted               945 Byte
   |+05-Water-Puzzle-Completed               1.6 KB
   |+06-Sliding-Puzzle-Uncompleted               1.3 KB
   |+07-Sliding-Puzzle-Completed               2.5 KB
   | Chapter-07-watermarked.pdf               1.0 MB
  +08-Bridges-and-Cut-Points              8.2 MB
   |+04-Bridges-Algorithm               8.3 KB
   |+07-Cut-Points-Algorithm               6.8 KB
   | Chapter-08-watermarked.pdf               8.2 MB
  +09-Hamilton-Loop-and-Path              3.0 MB
   |+03-Hamilton-Loop               4.9 KB
   |+04-Hamilton-Loop-Optimization               4.9 KB
   |+05-Hamilton-Path               5.9 KB
   |+06-Unique-Paths-III               1.5 KB
   |+08-State-Compression               7.7 KB
   |+09-Memory-Search               1.8 KB
   | Chapter-09-watermarked.pdf               3.0 MB
  +10-Euler-Loop-and-Euler-Path              7.6 MB
   |+03-Euler-Loop-Detection               4.3 KB
   |+06-Hierholzer-Algorithm               6.0 KB
   | Chapter-10-watermarked.pdf               7.6 MB
  +11-Minimum-Tree-Spanning              9.9 MB
   |+01-Weighted-Graph               6.3 KB
   |+02-Weighted-Graph-Completed               6.5 KB
   |+05-Kruskal-Algorithm               9.5 KB
   |+06-Kruskal-Algorithm-Completed               18.3 KB
   |+08-Prim-Algorithm               11.6 KB
   |+09-Prim-Algorithm-Optimized               19.0 KB
   | Chapter-11-watermarked.pdf               9.8 MB
  +12-Shortest-Path              5.7 MB
   |+03-Dijkstra-Algorithm               9.9 KB
   |+04-Dijkstra-Algorithm-Optimized               10.5 KB
   |+05-More-about-Dijkstra               5.8 KB
   |+08-Bellman-Ford-Algorithm               12.9 KB
   |+09-More-about-Bellman-Ford               13.5 KB
   |+11-Floyed-Algorithm               15.7 KB
   | Chapter-12-watermarked.pdf               5.6 MB
  +13-Directed-Graph              13.0 MB
   |+01-Directed-Graph               7.3 KB
   | |+src                7.2 KB
   | | ug.txt                23 Byte
   | | wg.txt                51 Byte
   |+02-Directed-Graph-Algorithms               14.1 KB
   | |+out                16 Byte
   | |+src                14.0 KB
   | | ug.txt                23 Byte
   | | wg.txt                22 Byte
   | | wg2.txt                22 Byte
   |+03-Directed-Cycle-Detection               6.0 KB
   | |+out                16 Byte
   | |+src                5.9 KB
   | | ug.txt                23 Byte
   | | ug2.txt                27 Byte
   |+04-Directed-Graph-Degrees               4.3 KB
   | |+src                4.3 KB
   | | ug.txt                23 Byte
   |+05-Directed-Euler-Loop               8.6 KB
   | |+src                8.5 KB
   | | ug.txt                23 Byte
   | | ug2.txt                35 Byte
   |+07-Topological-Sort               11.1 KB
   | |+src                11.0 KB
   | | ug.txt                23 Byte
   |+09-Another-Topological-Sort-Implementation               15.9 KB
   | |+src                15.9 KB
   | | ug.txt                23 Byte
   |+12-SCC               9.9 KB
   | Chapter-13-watermarked.pdf               13.0 MB
  +14-Network-Flows              6.1 MB
   |+04-Max-Flow               5.2 KB
   |+05-Edmonds-Karp-Algorithm               6.8 KB
   |+06-Edmonds-Karp-Algorithm-Completed               15.8 KB
   |+07-Baseball-Match               7.1 KB
   | Chapter-14-watermarked.pdf               6.1 MB
   .gitignore              546 Byte
   qrcode.png              26.5 KB
   README-imooc.md              13.4 KB

图论算法.rar
大小:(93.53 MB)

只需: RMB 29元  马上下载





二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群