Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
4 packages returned for Tags:"tarjan"
Sort by
Relevance
Downloads
Recently updated
CycleDetection
by:
RobertGiesecke
975,771 total downloads
last updated
3/8/2019
Latest version:
2.0.0
dependencies
cyclic
acyclic
tarjan
cycledetection
dependency
resolution
This is a fork of Daniel Bradley's C# implementation of the Tarjan cycle detection algorithm. (https://github.com/danielrbradley/CycleDetection) You can use this library to sort dependencies and even...
More information
GraphOps
by:
spooky9
12,475 total downloads
last updated
1/11/2022
Latest version:
0.2.0
graph
Tarjan
Johnson
Utilities for operating graph structures
TopologicalSort
by:
erik-kallen
7,521 total downloads
last updated
11/20/2013
Latest version:
1.0.0
sort
topological-sort
tarjan
Simple topological sorting for .net that supports cycles in the data to be sorted. Uses Tarjan's algorithm: http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm
SourceCode.
Clay.
Algorithms.
GraphTraversal
by:
k2oss
7,776 total downloads
last updated
11/19/2019
Latest version:
5.2.0
clay
utility
extension
algorithm
graph
tarjan
Tools and extensions to the .Net framework.