Skip to main content

Olympia

Project description

Olympia

Data structures and algorithms in Python 🐍

Continuous Integration Test Coverage Package Version Supported Python Versions

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

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

olympia-0.2.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

olympia-0.2.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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