# Functions
NewDependencyGraph converts a list of tasks with dependencies into a graph.
NewDirectedGraph converts a list of nodes and edges into a graph.
TSort produces a topological sort of a directed graph.
# Structs
No description provided by the author
DependencyGraph contains a set of tasks with dependencies.
No description provided by the author
# Type aliases
DirectedGraph contains directed relationships from one node to zero or more others.
A NodeSet is a collection of nodes.