nbcomrade/php_algorithms_implementation

Implementation of algorithms on php

1.0.0 2018-06-22 11:53 UTC

This package is not auto-updated.

Last update: 2024-10-02 18:27:34 UTC


README

This library contains realization of the most known algorithms on PHP. First of all, it is intended for educational purposes, but you can use it as you want.

Requirements

PHP >= 7.1

Installation

You can use this library using composer:

composer create-project nbcomrade/php_algorithms_implementation

Every algorithm implementation has own test. If you want run it:

$ vendor/bin/phpunit

Usage

If you want make experiments - the sandbox file is located in public/index.php file. Here you can call any function from the library and investigate its behavior.

License

All contents of this package are licensed under the [MIT license].