Undirected graph

From Wiki @ Karl Jones dot com
Revision as of 05:44, 28 May 2016 by Karl Jones (Talk | contribs) (Created page with "In graph theory, an undirected graph is a graph in which edges have no orientation. The edge (x, y) is identical to the edge (y,...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In graph theory, an undirected graph is a graph in which edges have no orientation.

The edge (x, y) is identical to the edge (y, x), i.e., they are not ordered pairs, but sets {x, y} (or 2-multisets) of vertices.

The maximum number of edges in an undirected graph without a loop is n(n − 1)/2.

See also

External links