Metadata-Version: 2.1
Name: cmc_csci046_aaronxie
Version: 1.0.0
Summary: CSCI046 class work. Implementation of Heap, AVLTree, BinaryTree, BST and more.
Home-page: https://github.com/aaronxie0000/containers_assignment/
Author: Aaron Xie
License: MIT
Description: # containers
        
        Build status:
        
        1. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-fibonacci/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-fibonacci)
        1. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-range/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-range)
        1. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-unicode/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-unicode)
        3. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-BST/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-BST)
        4. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-BinaryTree/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-BinaryTree)
        5. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-AVLTree/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-AVLTree)
        6. [![](https://github.com/aaronxie0000/containers_assignment/workflows/tests-Heap/badge.svg)](https://github.com/aaronxie0000/containers_assignment/actions?query=workflow%3Atests-Heap)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
