freebsd-ports/devel/pear-Structure_LinkedList/pkg-descr
Martin Wilke 24229e4be2 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/

PR:		167315
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-03 16:09:16 +00:00

5 lines
237 B
Text

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/