Python implementation of a singly-linked list
The easiest way to install the module is to use the provided setup.py:
$ cd <project_dir>
$ python setup.py install
- Python 2.7+
$ python setup.py build_sphinx
The generated docs can be found here: docs/build/index.html
$ python setup.py test
PyLinkedList is licensed unde a BSD3 license. See the LICENSE file in the distribution.