Libraries tagged by LinkedList
mathalubos/sorted-linked-list
3 Downloads
A sorted linked list implementation in PHP.
martingold/linked-list
2 Downloads
Library providing sorted linked list
maksymilian.kowalewski/sorted-linked-list
1 Downloads
A sorted linked list implementation in PHP.
krooyh/sorted-linked-list
1 Downloads
library providing a sorted linked list.
jiraspe21/sorted-linked-list
6 Downloads
A brief description of your package.
jigius/double-linked-list
34 Downloads
Trivial PHP implementation of double linked list
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
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.
xdire/collections
27 Downloads
Different collections for easy data manage and traverse
karpovigorok/leetcode
1 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