Libraries tagged by datastructures
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.
tekord/php-option
34 Downloads
Option object for PHP inspired by the Rust programming language
purrphp/uuid-collection
0 Downloads
Type-safe uuid collections for PHP with rich functions
pouya1364/probabilistic-php
2 Downloads
Pure-PHP probabilistic data structures: Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog. Zero dependencies.
pouya1364/probabilistic-laravel
0 Downloads
Laravel package integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog via the service container and a Facade.
pouya1364/probabilistic-bundle
0 Downloads
Symfony bundle integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog as configured services.
opmvpc/constructs
6 Downloads
Data structures
mulertech/collections
95 Downloads
The MulerTech Collections package
karpovigorok/leetcode
2 Downloads
Leetcode.com problem solve using php language
kariricode/data-structure
1093 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.
ganglio/pds
32 Downloads
Probabilistic Data Structures to efficiently analyze and mine big datasets
dolfelt/php-intervaltree
69172 Downloads
Interval Tree implementation in PHP
daniel-ac-martin/php-seids
60 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
bingo-soft/heap
2714 Downloads
PHP library containing heap implementations