Libraries tagged by datastructures
eiyaro/core-php
24 Downloads
Set of classes to deal with EIYARO's API
weblement/collections
29 Downloads
A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.
vk-php-utils/ds
2 Downloads
PHP Java-Like Collections (List, Set, Map)
tonix-tuft/linked-hash-map
9 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
tonix-tuft/gloom
2 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
tekord/php-option
22 Downloads
Option object for PHP inspired by the Rust programming language
opmvpc/constructs
6 Downloads
Data structures
karpovigorok/leetcode
2 Downloads
Leetcode.com problem solve using php language
ganglio/pds
31 Downloads
Probabilistic Data Structures to efficiently analyze and mine big datasets
daniel-ac-martin/php-seids
58 Downloads
Supplementary, Easily Interchangeable Data Structures for PHP 5. Provides alternatives and supplements to the Standard PHP Library (SPL) Datastructures.
cdcchen/util-ds
8 Downloads
PHP base data structures
bahulneel/phonon
21 Downloads
Interesting concepts half-inched from other languages
sshilko/php-seids
15 Downloads
Supplementary, Easily Interchangeable Data Structures for PHP 5. Provides alternatives and supplements to the Standard PHP Library (SPL) Datastructures.
zuffik/srvant
165 Downloads
Data structures and object wrappers for primitive data types
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.