You are here: Home / LBN / Up2date / Plone 5 / BastionLinux 25 / python2-tarjan-0.2.3.2-1.lbn25.noarch

python2-tarjan-0.2.3.2-1.lbn25.noarch

Package Attributes
RPM  python2-tarjan-0.2.3.2-1.lbn25.noarch.rpm Architecture  noarch Size  27194 Created  2022/09/06 08:56:29 UTC
Package Specification
Summary Implementation of Tarjan's algorithm: resolve cyclic deps
Group Unspecified
License None
Home Page http://github.com/bwesterb/py-tarjan/
Description

Python implementation of Tarjan's algorithm Tarjan's algorithm takes as input a directed (possibly cyclic!) graph and returns as output its strongly connected components in a topological order.Example.. code:: >>> tarjan({1:[2],2:[1,5],3:[4],4:[3,5],5:[6],6:[7],7:[8],8:[6,9],9:[]}) [[9], [8, 7, 6], [5], [2, 1], [4, 3]]Uses Cyclic dependencies In various cases, dependencies might be cyclic and...

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python2-tarjan
python2.7dist(tarjan)
python2dist(tarjan)

Document Actions