CycleDetection
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 handle cyclic references. e.g. to compile stuff in the right order. I found it to be quite useful but I didn't like how one had to manually setup the dependency vertices. (It also supports custom comparers now.) So I moved the original code into the Core sub namespace and wrote a class that allows to setup dependencies using a simple lambda expression.
Activity
- Latest release
- 7y ago
- Total releases
- 3
- Cadence
- ~2.7 years
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Nov 14, 2013
Releases
| Version | Released | |
|---|---|---|
2.0.0
major
| ||
1.0.1.1
patch
| ||
1.0.0
initial
|