Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
courses:cs211:winter2011:journals:wendy:chapter3 [2011/02/02 06:18] – [Section 5: Connectivity in Directed Graphs] shangw | courses:cs211:winter2011:journals:wendy:chapter3 [2011/02/15 07:33] (current) – [Section 5: Directed Acyclic Graphs and Topological Ordering] shangw | ||
---|---|---|---|
Line 68: | Line 68: | ||
2, Find an unmarked graph and do the same thing. | 2, Find an unmarked graph and do the same thing. | ||
+ | ===== Section 5: Directed Acyclic Graphs and Topological Ordering ===== | ||
+ | |||
+ | This section first introduces the definition of DAG. Then a very important application of DAG follows the definition: dependencies, | ||
+ | |||
+ | DAG and topological ordering has important practical applications. At the same time, it is not hard to conceptually understand them well. | ||
+ | |||
+ | The readability of the section is 7. |