Metadata-Version: 2.1
Name: cmc-csci046-ds
Version: 1.0.0
Summary: Python implementation of common tree-based data structures.
Home-page: https://github.com/n8stringham/containers-ds
License: BSD3
Description: # containers
        
        This repo contains python implementaion of various data structures including.
        
        Binary Tree, Binary Search Tree, AVL Tree, and Heap (Priority Queue).
        It also implements a class for normalizing unicode strings,
        making it easier to work with unicode-heavy languages in python.
        This package was built as a homework assignment for [cmc's data structures class](https://github.com/mikeizbicki/cmc-csci046)
        
        Build status:
        1. [![](https://github.com/n8stringham/containers-ds/workflows/tests-fibonacci/badge.svg)](https://github.com/n8stringham/containers-ds/actions?query=workflow%3Atests-fibonacci)
        2. [![](https://github.com/n8stringham/containers-ds/workflows/tests-range/badge.svg)](https://github.com/n8stringham/containers-ds/actions?query=workflow%3Atests-range)
        3. [![](https://github.com/n8stringham/containers-ds/workflows/tests-BST/badge.svg)](https://github.com/n8stringham/containers-ds/actions?query=workflow%3Atests-BST)
        4. [![](https://github.com/n8stringham/containers-ds/workflows/tests-BinaryTree/badge.svg)](https://github.com/n8stringham/containers-ds/actions?query=workflow%3Atests-BinaryTree)
        5. [![](https://github.com/n8stringham/containers-ds/workflows/tests-AVLTree/badge.svg)](https://github.com/n8stringham/containers-ds/actions?query=workflow%3Atests-AVLTree)
        6. [![](https://github.com/n8stringham/containers-ds/workflows/tests-Heap/badge.svg)](https://github.com/n8stringham/containers-ds/actions?query=workflow%3Atests-Heap)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
