Skip to main content

A Python datastructure library

Project description

coils

Data structures implemented using Python.

Github

https://github.com/harisankar-krishna-swamy/coils

Install

pip install pycoils

License

Apache2 License

New Features

11 November 2020:

  1. Bit vector data structure

List of data structures

  1. Stack using python list
  2. Queue using python list
  3. Heap (Min & Max) using python list.
  4. Binary Search Tree with link inversion traversal
  5. SplayTree -do-
  6. LinkedList
  7. DoublyLinkedList
  8. SeperateChainHashTable (3 types of chaining using LinkedList, SplayTree, BinarySearchTree)
  9. DisjointSetWithUnion (uses uptree nodes and path compression)
  10. PriorityQueues
  11. InternStore
  12. Bit Vector

Examples and usage

Refer: pycoils/examples package

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

pycoils-3.0.1.tar.gz (33.6 kB view hashes)

Uploaded Source

Built Distribution

pycoils-3.0.1-py3-none-any.whl (63.4 kB view hashes)

Uploaded Python 3

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