Download the PHP package vertilia/algo-toposort without Composer
On this page you can find all versions of the php package vertilia/algo-toposort. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vertilia/algo-toposort
More information about vertilia/algo-toposort
Files in vertilia/algo-toposort
Download vertilia/algo-toposort
More information about vertilia/algo-toposort
Files in vertilia/algo-toposort
Vendor vertilia
Package algo-toposort
Short Description Topological sort algorithm
License BSD-2-Clause
Package algo-toposort
Short Description Topological sort algorithm
License BSD-2-Clause
Please rate this library. Is it a good library?
Informations about the package algo-toposort
algo-toposort
Topological sort implementing depth-first search algorithm (Tarjan 1976).
Install
Usage
Example tree to sort topologically:
Call with array passed in constructor:
Call by forming initial array via addNode()
calls:
Call by forming initial array via addLink()
calls:
Output:
Resulting order:
All versions of algo-toposort with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package vertilia/algo-toposort contains the following files
Loading the files please wait ....