python-toposort

topological sort algorithm - Python 2 module

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://bitbucket.org/ericvsmith/toposort


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-toposort