Draft 138

Revision as of 13:19, 20 November 2022 by Brendan (talk | contribs) (Brendan moved page Directed Acyclic Graph to Draft 138)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Directed Acyclic Graph (DAG) is a directed graph with no directed cycles.

That is, it consists of vertices connected by lines (edges), with each edge directed from one vertex to another, such that following those directions will never form a closed loop.