nbcomrade/php_algorithms_implementation
Composer 安装命令:
composer require nbcomrade/php_algorithms_implementation
包简介
Implementation of algorithms on php
关键字:
README 文档
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].
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-22