C# (CSharp) TopologicalSorting 네임스페이스

클래스들

이름 설명
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