Top Level :: Structures

Package Information: Structures_LinkedList

» Summary» License
Implements singly and doubly-linked listsApache License, Version 2.0
» Current Release» Bug Summary
0.1.3 (alpha) was released on 2007-02-25 (Changelog)No open bugs
» Description
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.
» Maintainers» More Information
» Packages that depend on Structures_LinkedList