Libraries tagged by datastructure
cancio-labs/php-stack
7 Downloads
Interface and an array-based implementation of the LIFO Stack data structure.
cancio-labs/php-queue
4 Downloads
Interface and an array-based implementation of the FIFO Queue data structure.
bylec/sortedlinkedlist
1 Downloads
A type-safe sorted linked list for int or string values.
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.
aldente/aldente
9 Downloads
Abstract Data Types library
adambenovic/shipmonk-sorted-linked-list
2 Downloads
A type-safe sorted linked list for PHP 8.4+ that holds either int or string values, maintaining sorted order on insertion.
vairogs/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
eiyaro/core-php
24 Downloads
Set of classes to deal with EIYARO's API
yousafsyed/algorithms
19 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.
wisoot/restify
20 Downloads
Transform complex data-structure into associated array ready for API.
wells5609/decimal
0 Downloads
Library built atop the Decimal and Datastructures PHP extensions
webzille/cssparser
11 Downloads
Parse CSS file into an abstract syntax tree data structure
websytnik/recursive-tree
7 Downloads
Easy work with tree data structure
vbpupil/queue
402 Downloads
A simple Queue data structure.
urlimited/data-structures
31 Downloads
You can use all datastructures in php here