Simple AVL tree implementation.
Project description
Simple implementation of an AVL Tree.
Usage:
#!/usr/bin/env python from pyvltree import AVLTree tree = AVLTree() tree.insert(3) three = tree.search(3) n = tree.size() tree.delete(3)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvltree-0.5.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file pyvltree-0.5.1.tar.gz
.
File metadata
- Download URL: pyvltree-0.5.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e8dc7415f0f72a6b98136dc32a009d75e5423dfa71688617ec39ba6205f71d0 |
|
MD5 | a8faa146249cc1fe57bc62af423a615f |
|
BLAKE2b-256 | 524fd71b157f78625aef8972e5c33b7809cec265e2ca01247dab97b0c7d0f23c |
File details
Details for the file pyvltree-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: pyvltree-0.5.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d4cd6739cd6f424b3852785da41acc4fdecfa23efef5499370fa5b9f633451c |
|
MD5 | 0c9da716788d6c233ca68db7bba384fa |
|
BLAKE2b-256 | 5feb567994ea75d3440d24383550155d6497e3b8dfc761060b23b4fe3af43c9c |