Libraries tagged by data-structure
eldar/data_structures
5 Downloads
Stack and queue library
brilliant/data-structures
4 Downloads
Data structures implementations in PHP
avap/nora-php-data-structure
79 Downloads
nora php data structure
adrianoferreira/data-structures
0 Downloads
A set of data structures implemented in PHP.
5upermario/data-structures
5 Downloads
localheinz/data-structure
0 Downloads
Provides implementations of data structures.
hschulz/data-structures
123 Downloads
Implementation of useful structures.
zack965/php-ds-algo
0 Downloads
Classic data structures and algorithms implemented from scratch in PHP.
wookieb/map
53 Downloads
Implementation of map in PHP
weblement/collections
29 Downloads
A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.
vpinti/sorted-linked-list
0 Downloads
A blazing fast, type-safe sorted linked list library for PHP. Supports automatic sorting, integer and string values, and modern PHP features.
vk-php-utils/ds
3 Downloads
PHP Java-Like Collections (List, Set, Map)
valksor/php-functions-queue
0 Downloads
A PHP library providing a simple and efficient queue implementation for managing collections of items in a FIFO (First-In-First-Out) manner
uniacid/sortedlinkedlist
0 Downloads
A type-safe, automatically-sorted linked list data structure for PHP
tonix-tuft/linked-hash-map
10 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.