Skip to content

pdani/PyLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLinkedList

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

Requirements

  • Python 2.7+

Documentation

$ python setup.py build_sphinx

The generated docs can be found here: docs/build/index.html

Run tests

$ python setup.py test

Licence

PyLinkedList is licensed unde a BSD3 license. See the LICENSE file in the distribution.

About

Python implementation of a singly-linked list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages