Skip to main content

Acyclic Graph

Definition

An acyclic graph is a type of graph data structure that contains no cycles. In digital systems, a directed acyclic graph (DAG) represents a sequence of operations or transactions where data flows in one direction. This structure ensures no process can refer back to an earlier state in a circular manner. It is a fundamental component in certain distributed ledger technologies.