Adjacency
Adjacency refers to the relation of being immediately next to or directly connected. In mathematics and related disciplines, the notion is used to describe how objects are positioned relative to each other within a given structure, such as a graph, a map, or a geometric space.
In graph theory, two vertices are adjacent if they share an edge. This adjacency relation is symmetric
In planar maps and geometry, regions or objects are adjacent if they share a common boundary segment
Adjacency is foundational to algorithms for traversal, path finding, clustering, and network analysis. It also relates
See also: adjacency matrix, adjacency list, graph theory, neighborhood.