Info
Version: | 1.0.0 |
Author(s): | Erik Källén |
Last Update: | Wednesday, November 20, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/erik-kallen/TopologicalSort |
NuGet Url: | https://www.nuget.org/packages/TopologicalSort |
Install
Install-Package TopologicalSort
dotnet add package TopologicalSort
paket add TopologicalSort
TopologicalSort Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Uses Tarjan's algorithm: http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm.