Neocortex 🧠

Search

Search IconIcon to open search

Directed Acyclic Graphs

Last updated Jan 24, 2022 Edit Source

There is a special name for directed Graphs without any cycles, directed acyclic graphs, or DAGs. For a DAG, there is an ordering of its vertices v1,v2,vnv_1,v_2,…v_n such that for any edge (vi,vj)(v_i,v_j), i<ji<j. If such an ordering exists, the graph is a DAG.


Interactive Graph

Directed Acyclic GraphsGraphsChecking if a graph is a DAG