toposort
Implements a topological sort algorithm
Implements a topological sort algorithm
To install this package, run one of the following:
In computer science, a topological sort (sometimes abbreviated topsort or toposort) or topological ordering of a directed graph is a linear ordering of its vertices such that for every directed edge uv from vertex u to vertex v, u comes before v in the ordering.
Summary
Implements a topological sort algorithm
Last Updated
Nov 28, 2023 at 21:06
License
Apache-2.0
Total Downloads
12.6K
Supported Platforms
GitHub Repository
https://gitlab.com/ericvsmith/toposortDocumentation
https://gitlab.com/ericvsmith/toposort