outneighbors
Outneighbors are a concept used in graph theory. In a directed graph, for any given vertex, its outneighbors are the set of all vertices that can be reached by a directed edge originating from that vertex. Essentially, if there is an edge pointing from vertex A to vertex B, then vertex B is an outneighbor of vertex A.
The concept of outneighbors is fundamental to understanding the structure and connectivity of directed graphs. It
The term is distinct from "inneighbors," which refers to vertices that have an edge pointing to the