Difference between revisions of "Directed Acyclic Graph"

From PKC
Jump to navigation Jump to search
(Created page with "{{WikiEntry|key=Directed Acyclic Graph|qCode=1195339}}, a.k.a. DAG, is a directed graph with no directed cycles. It is also a kind of Partially Ordered Set(POSet))...")
 
Line 4: Line 4:
{{PagePostfix
{{PagePostfix
|category_csd=POSet,DAG,Lattice
|category_csd=POSet,DAG,Lattice
}}
</noinclude>
</noinclude>

Revision as of 04:45, 4 August 2022

Directed Acyclic Graph(Q1195339), a.k.a. DAG, is a directed graph with no directed cycles. It is also a kind of Partially Ordered Set(POSet)).


References


Related Pages