Name: | python3-toposort |
---|---|
Version: | 1.6 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 30642 |
License: | ASL 2.0 |
RPM: | python3-toposort-1.6-2.el7.noarch.rpm |
Source RPM: | python-toposort-1.6-2.el7.src.rpm |
Build Date: | Mon Aug 02 2021 |
Build Host: | 30e20e25d8b244cbbe43aa46ea038e74 |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/toposort |
Summary: | Implements a topological sort algorithm |
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. |