| Home | Trees | Indices | Help |
|---|
|
|
Lists Module A basic linked list implementation conforming to the Python list API. It can be used as a drop-in replacement for the built-in list class. Created on Jan 29, 2012
Version: 1.1.0
Author: Ted Ralphs, Aykut Bulut (ted@lehigh.edu, ayb211@lehigh.edu)
License: BSD
|
|||
|
LinkedList implementation of link list data structure. |
|||
|
Node Basic data type that LinkedList will contain pre: data that node will contain post: Node type object |
|||
|
|||
__email__ =
|
|||
__maintainer__ =
|
|||
__package__ =
|
|||
__title__ =
|
|||
__url__ = None
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 28 15:03:23 2014 | http://epydoc.sourceforge.net |