1.图论 Graph Theory1.1.定义与术语 Definition and Glossary1.1.1.图与网络 Graph and Network1.1.2.图的术语 Glossary of Graph1.1.3.路径与回路 Path and Cycle1.1.4.连通性 Connectivity1.1.5.图论中特殊的集合 Sets in graph1.1.6.匹配 Matching1.1.7.树 Tree1.1.8.组合优化 Combinatorial optimization1.2.图的表示 Expressions of graph1.2.1.邻接矩阵 Adjacency matrix1.2.2.关联矩阵 Incidence matrix1.2.3.邻接表 Adjacency list1.2.4.弧表 Arc list1.2.5.星形表示 Star1.3.图的遍历 Traveling in graph1.3.1.深度优先搜索 Depth first search