You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 36 / python2-tarjan-0.2.3.2-1.lbn36.noarch

python2-tarjan-0.2.3.2-1.lbn36.noarch

Package Attributes
RPM  python2-tarjan-0.2.3.2-1.lbn36.noarch.rpm Architecture  noarch Size  27194 Created  2023/03/22 03:19:22 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

Document Actions