Graph Algorithms (1)
Graph Algorithms (1)
• When an edge connects two vertices, the vertices are said to be adjacent to each
other and the edge is incident on both vertices.
Introduction
• A graph with no cycles is called a tree. A tree is an acyclic connected
graph.