Skip to main content

Advanced data structures for Python.

Project description

PyStrukts

Build codecov PyPI Version

A Python library for data structures. This library provides more than 20 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)
  • Skip List

Trees

  • Binary Tree
  • Generic Tree
  • Binary Search Tree
  • Ternary Search Tree
  • Suffix Tree
  • AVL Tree
  • Red-Black Tree
  • Splay Tree
  • B-Tree
  • B+ Tree
  • R-Tree
  • Interval Tree
  • Segment Tree
  • Fenwick Tree
  • Trie

Graphs

  • Adjacency Matrix
  • Adjacency List

Others

  • Disjoint Set (Union Find)
  • Max Heap

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

pystrukts-0.1.0a2.tar.gz (27.4 kB view hashes)

Uploaded Source

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