24229e4be2
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>
5 lines
237 B
Text
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/
|