A Python datastructure library
Project description
Author: Harisankar Krishna Swamy Linkedin: in.linkedin.com/in/harisankar02krishnaswamy Blog: harisankar-krishnaswamy.blogspot.in
License:
Apache2 License
Contents:
This repo contains Hari's implementation of data structures in Python.
Newly added:
15 July 2018:
Python 3 & 2.7.15 support
Current implementation for:
Stack using python list Queue using python list Heap (Min & Max) using python list. Binary Search Tree with link inversion traversal SplayTree -do- LinkedList DoublyLinkedList SeperateChainHashTable (3 types of chaining using LinkedList, SplayTree, BinarySearchTree) DisjointSetWithUnion (uses uptree nodes and path compression) PriorityQueues InternStore
Features to Implement:
- indicates priority.
- Thread Safety *
- Heap using linked tree ****
- Graphs *
INSTALL
pip install pycoils
USAGE
Refer: pycoils/examples package
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.