数据结构-图
Published by powerfulyang on Nov 25, 2022
https://www.geeksforgeeks.org/introduction-to-graphs-data-structure-and-algorithm-tutorials/
A Graph is a non-linear data structure consisting of vertices and edges. The vertices are sometimes also referred to as nodes and the edges are lines or arcs that connect any two nodes in the graph. More formally a Graph is composed of a set of vertices( V ) and a set of edges( E ). The graph is denoted by G(E, V).