php-data-structures
There are 4 repositories under php-data-structures topic.
cmatosbc/daedalus
Arrays, objects and data structures improved, enhanced and modified for the modern PHP programmer.
AhmedYahyaE/data-structures-and-algorithms-implementations
My own implementations for the most common Data Structures and Algorithms
kimmyxpow/php-dsa
This repository contains fundamental Data Structures and Algorithms implemented in PHP, designed for learning and exploring PHP's capabilities in computational problem-solving.
KaririCode-Framework/kariricode-data-structure
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.