Definition

An undirected graph is a Graph in which edges are unordered pairs of vertices. In an undirected graph, an edge between vertices and is denoted or , and the relationship is symmetric: .

Properties

In an undirected graph, if there is an edge between vertices and , both vertices are Adjacent to each other.

See Also