1 package returned for Tags:"cycledetection"
-
- 757,451 total downloads
- last updated 3/8/2019
- Latest version: 2.0.0
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... More information