Metadata-Version: 2.1
Name: cmc-csci046-emmagodfrey
Version: 1.0.1
Summary: Implementations of a binary tree, binary search tree, avl tree, and a heap. Additional small projects included.
Home-page: https://github.com/emmacgodfrey/containers2
Author: Emma Godfrey
Author-email: emma.godfrey@pomona.edu
License: MIT
Description: # containers
        
        Build status:
        
        1. [![](https://github.com/emmacgodfrey/containers2/workflows/tests-fibonacci/badge.svg)](https://github.com/emmacgodfrey/containers2/actions?query=workflow%3Atests-fibonacci)
        1. [![](https://github.com/emmacgodfrey/containers2/workflows/tests-range/badge.svg)](https://github.com/emmacgodfrey/containers2/actions?query=workflow%3Atests-range)
        1. [![](https://github.com/emmacgodfrey/containers2/workflows/tests-fibonacci/badge.svg)](https://github.com/emmacgodfrey/containers2/actions?query=workflow%3Atests-fibonacci)
        1. [![](https://github.com/emmacgodfrey/containers2/workflows/tests-range/badge.svg)](https://github.com/emmacgodfrey/containers2/actions?query=workflow%3Atests-range)
        1. [![](https://github.com/emmacgodfrey/containers2/workflows/tests-unicode/badge.svg)](https://github.com/emmacgodfrey/containers2/actions?query=workflow%3Atests-unicode)
        2. [![tests-BinaryTree](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-binarytree.yml/badge.svg?branch=bst)](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-binarytree.yml)
        2. [![tests-BST](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-BST.yml/badge.svg?branch=bst)](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-BST.yml)
        [![tests-AVLTree](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-AVLTree.yml/badge.svg)](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-AVLTree.yml)
        [![tests-Heap](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-Heap.yml/badge.svg)](https://github.com/emmacgodfrey/containers2/actions/workflows/tests-Heap.yml)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
