Download the PHP package blister/php-linkedlist without Composer
On this page you can find all versions of the php package blister/php-linkedlist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blister/php-linkedlist
More information about blister/php-linkedlist
Files in blister/php-linkedlist
Download blister/php-linkedlist
More information about blister/php-linkedlist
Files in blister/php-linkedlist
Vendor blister
Package php-linkedlist
Short Description A speedy LinkeList and DoubleLinkedList data structure implementation.
License MIT
Package php-linkedlist
Short Description A speedy LinkeList and DoubleLinkedList data structure implementation.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-linkedlist
php-linkedlist
A speedy LinkedList and DoubleLinkedList data structure implementation in PHP.
Installation
Usage
Tests
This LinkedList implementation comes with a full suite of PHPUnit tests.
Future
- [ ]
toArray():array
- [ ]
findAll(mixed $needle):array
- [ ]
fill(int $count, mixed $value):bool
- [ ]
findFromTail(mixed $needle):mixed
- [ ]
indexFromTail(mixed $needle):int
- [ ]
print():void
Author
Eric Ryan Harrison, @blister
All versions of php-linkedlist with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package blister/php-linkedlist contains the following files
Loading the files please wait ....