Skip to content

MickyRoth/LinkedLists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Linked Lists implementation for Python 3


Implemented Methods:
.append(data) -> Appending element
.get(index) -> Getting element data
.set(index, data) -> Changing element data
.insert(index, data) -> Inserting element
.delete(index) -> Delete an element
.len() -> Getting the number of elements

Including a demo how to make a linked list, append and delete data.
Use it with import LinkedLists oder run LinkedLists.py for the demo

LinkedLists are not (yet) iterable!

About

LinkedLists Module for Python 3

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages