toposort-package {toposort} | R Documentation |
toposort: Topological Sorting Algorithms
Description
Flexible and ergonomic topological sorting implementation for R. Supports a variety of input data encoding (lists of edges or adjacency matrices, graphs edge direction), stable sort variants as well as cycle detection with detailed diagnosis.
Author(s)
Maintainer: Taras Zakharko taras.zakharko@gmail.com (ORCID)
See Also
Useful links:
[Package toposort version 1.0.0 Index]