From charlesreid1

Line 1: Line 1:
=Notes=
=Notes=


Directed acyclic graphs are a technical term for trees that are directed.
A directed acyclic graph is a directed graph that does not contain cycles.


For notes on detecting cycles, see [[Graphs/Cycles]]. (Use depth first search - see [[Graphs/DFS]]).


Trees are directed acyclic graphs.


=Flags=
=Flags=

Revision as of 08:19, 9 September 2017

Notes

A directed acyclic graph is a directed graph that does not contain cycles.

For notes on detecting cycles, see Graphs/Cycles. (Use depth first search - see Graphs/DFS).

Trees are directed acyclic graphs.

Flags