Skip to main content
Module graph_algorithms
dfir_
lang
0.16.0
Module graph_
algorithms
Module Items
Functions
In dfir_
lang::
graph
dfir_lang
::
graph
Module
graph_
algorithms
Copy item path
Source
Expand description
General graph algorithm utility functions
Functions
ยง
topo_
sort
Topologically sorts a set of nodes. Returns a list where the order of
Id
s will agree with the order of any path through the graph.