Advanced data structures for Python.
Project description
PyStrukts
A Python library for data structures. This library provides more than 10 advanced data structures not available in the Python standard library.
Installation
pip install pystrukts
Data Structures
Lists
- Singly Linked Node
- Singly Linked List
- Doubly Linked Node
- Doubly Linked List
- Circular Linked List (Single, Double)
Trees
- Binary Tree
- Generic Tree
- Binary Search Tree
- Fenwick Trees (RUPQ, RURQ)
- Trie
Graphs
- Adjacency Matrix
- Adjacency List
Others
- Disjoint Set (Union Find)
- Max Heap
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
pystrukts-1.0.0.tar.gz
(28.4 kB
view details)
File details
Details for the file pystrukts-1.0.0.tar.gz
.
File metadata
- Download URL: pystrukts-1.0.0.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24eea52e1cce218ab9a3e7a69d5d7ffc2ce033c593b9b3407a26e8092552ba39 |
|
MD5 | fd94375db230fd223794f552644d2b4f |
|
BLAKE2b-256 | 7f5a391220c729ed2adf66af27756cffa55cabcf4a7fa85f0d151f95fb886076 |