图——基本概念(Graph - Concepts)
序言(Preface)
Graph algorithms are very practical as a lot of problems in real life can be modelled as graph. Such as, network design, flow design, planning, scheduling, route finding, etc. We will talk about two famous graph algorithms in next chapters: Depth-First Search and Breadth-First Search.
基本概念(Graph Concepts)
图的数学表示(Graph Representation

本文介绍了图的基本概念,包括图的数学表示、邻接矩阵和邻接表,以及图的度、路径和环。接下来将探讨基于图的深度优先搜索和广度优先搜索算法。文章鼓励读者思考如何在现实生活中应用图的概念并提供具体例子。
最低0.47元/天 解锁文章
576

被折叠的 条评论
为什么被折叠?



