Tossaporn Saengja

Graph Structure

คำอธิบาย

A Graph consists of a finite set of vertices (or nodes) and set of Edges which connect a pair of nodes

Example

https://www.geeksforgeeks.org/wp-content/uploads/undirectedgraph.png

https://csacademy.com/lesson/introduction_to_graphs/

https://csacademy.com/lesson/graph_representation/

https://usaco.guide/CPH.pdf#page=119

Graph Algorithm