Libraries tagged by datastructures
eldar/data_structures
5 Downloads
Stack and queue library
brilliant/data-structures
4 Downloads
Data structures implementations in PHP
adrianoferreira/data-structures
0 Downloads
A set of data structures implemented in PHP.
5upermario/data-structures
5 Downloads
markenwerk/google-datastructures
13056 Downloads
A PHP library providing common data structures to reflect data received from Google services.
hschulz/data-structures
123 Downloads
Implementation of useful structures.
osynapsy/osynapsy-datastructure
125 Downloads
Osynapsy datastructure
osynapsy.net/osynapsy-datastructure
19 Downloads
Osynapsy datastructure
megaj/binary-index-tree
0 Downloads
AKA a fenwick tree. Often used for dynamic prefix sum queries and writes.
eiyaro/core-php
24 Downloads
Set of classes to deal with EIYARO's API
zack965/php-ds-algo
0 Downloads
Classic data structures and algorithms implemented from scratch in PHP.
weblement/collections
29 Downloads
A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.
vk-php-utils/ds
3 Downloads
PHP Java-Like Collections (List, Set, Map)
tonix-tuft/linked-hash-map
10 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
tonix-tuft/gloom
3 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.