Course Overview
Basic concepts and storage methods of graphs (1)
Basic concepts and storage methods of graphs (2)
Graph traversal and minimum spanning tree
Graph coding practice - graph coding instructions and display
Practical coding of graphs - basic operations of graphs (1)
Practical coding of graphs - basic operations of graphs (2)
Graph coding practice - depth-first traversal of graphs
Graph coding practice - breadth-first traversal of graphs
Graph coding practice-graph coding phase detection
Graph coding practice - Prim's algorithm of minimum spanning tree (1)
Graph coding practice - Prim's algorithm of minimum spanning tree (2)
Graph coding practice - Prim's algorithm of minimum spanning tree (3)
Graph coding practice - Prim's algorithm of minimum spanning tree (4)
Graph coding practice - Kruskal algorithm of minimum spanning tree (1)
Graph coding practice - Kruskal algorithm of minimum spanning tree (2)
Graph coding practice - Kruskal algorithm of minimum spanning tree (3)
Graph coding practice - Kruskal algorithm of minimum spanning tree (4)
1、图的基本概念 2、图的存储方式 3、图的遍历算法 4、图的最小生成树算法 5、图的实际应用