This is an old revision of the document!


3.6 Directed Acyclic Graphs and topological Ordering

If a directed graph has no cycles, it's called a Directed Acyclic Graph(DAG). DAGS can be used to implement dependencies or precedence relations and are widely used in Computer Science.For instance, we can have a set of tasks {1, 2, 3,…, n} to be performed, the condition being that for certain tasks i and j, i must be performed before j. Each task is represented by a node, and there is an edge from i to j if i must be performed before j.

courses/cs211/winter2012/journals/jeanpaul/chapterthreesectionvi.1329782495.txt.gz · Last modified: 2012/02/21 00:01 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0