| Name: | python3-toposort |
|---|---|
| Version: | 1.7 |
| Release: | 4.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 27896 |
| License: | ASL 2.0 |
| RPM: | python3-toposort-1.7-4.el9.noarch.rpm |
| Source RPM: | python-toposort-1.7-4.el9.src.rpm |
| Build Date: | Fri Aug 26 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| 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. |