Skip to main content

Lightweight, pure-python AVL tree

Project description

avltree

Stable Version Build Status Documentation Status Checked with mypy Linting: Ruff

This package is a lightweight, pure-Python implementation of the AVL tree. AVL trees are simple self-balancing binary search trees, giving them both amortized and worst-case time complexities of O[log(n)] for insertion, deletion, and retrieval. More reference can be found on the AVL tree Wikipedia page.

PyPI
Source
Documentation

Installation

This package is available on PyPI and can be installed with pip:

pip install avltree

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

avltree-1.1.2.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

avltree-1.1.2-py3-none-any.whl (9.2 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