Libraries tagged by LinkedList
deniskulygin/sorted-linked-list
4 Downloads
Linked list library
blister/php-linkedlist
4 Downloads
A speedy DoubleLinkedList data structure implementation.
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.
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.
sokumar2/collections
1 Downloads
A set of interfaces for storing and manipulating a collection of objects.
xdire/collections
28 Downloads
Different collections for easy data manage and traverse
uniacid/sortedlinkedlist
0 Downloads
A type-safe, automatically-sorted linked list data structure for PHP
karpovigorok/leetcode
2 Downloads
Leetcode.com problem solve using php language
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.
bylec/sortedlinkedlist
1 Downloads
A type-safe sorted linked list for int or string values.
stingus/phpds
6 Downloads
PHP data structures - LinkedList, Stack, Queue, BST, AVL, Splay
sshilko/php-seids
15 Downloads
Supplementary, Easily Interchangeable Data Structures for PHP 5. Provides alternatives and supplements to the Standard PHP Library (SPL) Datastructures.
sergiobelya/data-structures
1 Downloads
PHP library for data structures like Sorted Linked List
davidvarney/sortedlinkedlist
2 Downloads
A PHP library providing a sorted linked list for int or string values.
angle/linked
7 Downloads
Linked List implementation in PHP.