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, including:

  • Singly Linked List
  • Doubly Linked List
  • Circular Linked List (Single, Double)
  • 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
  • Disjoint Set
  • Skip List
  • Trie
  • Max Heap
  • Graph (Adjacency Matrix)
  • Graph (Adjacency List)

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.0a1.tar.gz (24.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