Libraries tagged by datastructure
bardoqi/circular-linked-list
1 Downloads
circular dual linked list based on php array and iterator patten.
aldente/aldente
9 Downloads
Abstract Data Types library
girgias/php-enums
44 Downloads
Basic Enums in PHP
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.
wisoot/restify
19 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
6 Downloads
Parse CSS file into an abstract syntax tree data structure
websytnik/recursive-tree
5 Downloads
Easy work with tree data structure
vbpupil/queue
401 Downloads
A simple Queue data structure.
torunar/array-functions
2 Downloads
Set of functions to operate the most glorious PHP data structure
tonybogdanov/data-traveller
1438 Downloads
Data structure traversal
tonybogdanov/data-expectation
1493 Downloads
Data structure expectation
tebru/tree
19 Downloads
A PHP tree data structure. Allows for referencing nodes by unique key.
smn/cheapbinarytds
4 Downloads
Binary tree data structure
sinri/sadame
9 Downloads
PHP Fundamental Data Structure and Algorithm Realization