Libraries tagged by linked-list
jigius/double-linked-list
34 Downloads
Trivial PHP implementation of double linked list
jedlynch/sorted-linked-list
1 Downloads
jarivas/sorted-linked-list
6 Downloads
It is a php implementation of the Sorted Linked List
jackie/sorted-linked-list
6 Downloads
Class with sorted single linked list that can contain either integers or strings. Includes function for insert, update, read, count, and delete data.
deniskulygin/sorted-linked-list
4 Downloads
Linked list library
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.
xdire/collections
28 Downloads
Different collections for easy data manage and traverse
karpovigorok/leetcode
2 Downloads
Leetcode.com problem solve using php language
daniel-ac-martin/php-seids
58 Downloads
Supplementary, Easily Interchangeable Data Structures for PHP 5. Provides alternatives and supplements to the Standard PHP Library (SPL) Datastructures.
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.
sogekiing/linkedlist
3 Downloads
Linked list in PHP :)
rafayrty/linkedlist-php
0 Downloads
This Package allows you to have a Linked List inside Your PHP Project
angle/linked
7 Downloads
Linked List implementation in PHP.