C# (CSharp) TopologicalSorting Namespace

Сlasses

Name Description
DependencyGraph A graph of processes and resources from which a topological sort can be extracted
OrderedProcess A process that requires execution, a process depends upon other processes being executed first, and the resources it uses not being consumed at the same time
Resource A class of resource which may be used by a single concurrent process