1graphs
1graphs, also known as functional graphs, are directed graphs in which each vertex has outdegree exactly one. Equivalently, they encode a function f from a finite vertex set to itself: f: V → V, with an edge from v to f(v) for every v in V. In this formulation, the graph is determined by the function values, and every vertex has a unique successor.
Structure in a finite 1graph is organized into components. Each connected component contains exactly one directed
Properties and variations: The number of components equals the number of cycles in the graph. The cycle
Applications and context: 1graphs model deterministic finite dynamical systems and iterated functions on finite sets. They