DAGs are directed graphs with no cycles.
In computer science, these graphs play an important role in representing structures with dependencies. Several efficient algorithms exist to operate on DAGs.
Info
Cool fact All Rooted Tree (Graph)|out-trees are DAGs but not all DAGs are out-trees.