olympia 0.2.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

olympia 0.2.0

Olympia
Data structures and algorithms in Python 🐍














Installation
pip install olympia

Usage
from olympia import LinkedList

ll = LinkedList()
ll.add_last(1)
ll.add_last(2)
ll.add_last(3)
ll

1 -> 2 -> 3 -> None

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.