Skip to main content

Classes for linked lists and doubly linked lists

Project description

This package currently supports linked lists and doubly linked lists. Push and pop operations are supported where appropriate.

Sample usage:

>>> import linked_list as ll
>>> lst = LL(data=1)
>>> pushback(lst, LL(data=2))
>>> print popfront(lst)[1] # Will print 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linked_list-0.0.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page