- python:any (<< 2.8)
- python:any (>= 2.7.5-5~)
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.
.
This package provides this algorithm for Python.
Installed Size: 29.7 kB
Architectures: all