summaryrefslogtreecommitdiff
path: root/devel/pear-Structure_LinkedList/pkg-descr
blob: 2185ce6a41e47c9399cc31cc84f81439e1bb94b0 (plain) (blame)
1
2
3
4
5
A singly-linked list offers the ability to insert or delete
nodes at any point within the list. A doubly-linked list also offers the
ability to request previous nodes in the list.

WWW: http://pear.php.net/package/Structures_LinkedList/