Skip to content

LuciferLordKing/python-linkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-linkedlist

Requirements

  • Python 3
  • PyPI

Links

GitHub | PyPI

Installation

Install latest release from PyPI via pip:

  • $ python3 -m pip install python-linkedlist

Or the freshest bleeding-edge code directly from GitHub using pip and git:

  • $ python3 -m pip install -U git+https://github.com/LuciferLordKing/python-linkedlist

Using pip:

  • $ pip3 install python-linkedlist -U

  • $ python3 -m pip install python-linkedlist -U

Usage

from linkedadt import LinkedList
linkedlist = LinkedList()

linkedlist.append(x)

linkedlist.pop()

len(linkedlist)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages