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 hashes)