nondirected
Nondirected is a term sometimes used as a synonym for undirected, especially in graph theory. In a nondirected (undirected) graph, edges have no orientation; an edge simply connects two vertices. By contrast, directed graphs use arrows to indicate direction.
Formally, a nondirected graph G consists of a set V of vertices and a set E of
Several properties arise from this symmetry. The adjacency relation is symmetric, and the adjacency matrix of
Common variants include simple graphs (no parallel edges or loops), multigraphs (parallel edges allowed), and weighted
Applications often model mutual relationships or environments without inherent direction, such as social networks with bidirectional