dev-master
9999999-dev https://github.com/stingus/phpdsPHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay
MIT
The Requires
- php >=5.6
- stingus/phpdt ~0
The Development Requires
by Arthur Kerpician
stack queue avl linked list bst splay
Wallogit.com
2017 © Pedro Peláez
PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay
This library implements commonly used data structures in PHP., (*1)
Install via composer:, (*3)
php composer.phar require stingus/phpds
You can run the test suite using:, (*4)
vendor/bin/phpunit
Documentation for each data structure can be found in the docs directory., (*5)
You can also generate PHPDoc, which will create a phpdoc directory containing HTML API documentation., (*6)
php phpDocumentor.phar
Check the docs directory., (*7)
PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay
MIT
stack queue avl linked list bst splay