Download the PHP package technically-php/linear-partitioning without Composer
On this page you can find all versions of the php package technically-php/linear-partitioning. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download technically-php/linear-partitioning
More information about technically-php/linear-partitioning
Files in technically-php/linear-partitioning
Download technically-php/linear-partitioning
More information about technically-php/linear-partitioning
Files in technically-php/linear-partitioning
Vendor technically-php
Package linear-partitioning
Short Description A simple library to solve linear partition problem with Dynamic Programming approach
License MIT
Package linear-partitioning
Short Description A simple library to solve linear partition problem with Dynamic Programming approach
License MIT
Please rate this library. Is it a good library?
Informations about the package linear-partitioning
PHP solution to Linear Partition Problem
Based on a description from The Algorithm Design Manual book by Steven S. Skiena.
- Leverages the Dynamic Programming principle
- O(n²) complexity
- Fully annotated code
- Test suite
- Semver
Installation
Usage
Credits
- Implemented by Ivan Voskoboinyk
All versions of linear-partitioning with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package technically-php/linear-partitioning contains the following files
Loading the files please wait ....