Metadata-Version: 2.1
Name: cmc_csci046_sdasari8_containers
Version: 1.0.0
Summary: Tests and implements various recursive data structures such as binary trees, binary search trees, AVL trees, and heaps as well as other miscellaneous projects.
Home-page: https://github.com/shreyad8/new-containers
Author: Shreya Dasari
Author-email: sdasari5090@scrippscollege.com
License: MIT
Description: # new-containers
        
        Build status:
        
        1. [![](https://github.com/shreyad8/new-containers/workflows/tests-fibonacci/badge.svg)](https://github.com/shreyad8/new-containers/actions?query=workflow%3Atests-fibonacci)
        1. [![](https://github.com/shreyad8/new-containers/workflows/tests-range/badge.svg)](https://github.com/shreyad8/new-containers/actions?query=workflow%3Atests-range)
        1. ![](https://github.com/shreyad8/new-containers/workflows/tests-BinaryTree/badge.svg)
        1. ![](https://github.com/shreyad8/new-containers/workflows/tests-BST/badge.svg)
        1. ![](https://github.com/shreyad8/new-containers/workflows/tests-AVLTree/badge.svg)
        1. ![](https://github.com/shreyad8/new-containers/workflows/tests-Heap/badge.svg)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
