Metadata-Version: 2.1
Name: cmc_csci046_charlizeandaya
Version: 1.0.0
Summary: Implementations of a binary tree, binary search tree, avl tree,         heap, unicode, range, and fibonacci
Home-page: https://github.com/charlizeandaya/containers_homework
Author: Charlize Andaya
Author-email: charlize.andaya@gmail.com
License: MIT
Description: # containers
        Build status:
        
        
        2. [![tests-BST](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-BST.yml/badge.svg?branch=bst)](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-BST.yml)
        3. [![tests-BinaryTree](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-binarytree.yml/badge.svg?branch=bst)](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-binarytree.yml)
        4. [![tests-AVLTree](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-AVLTree.yml/badge.svg?branch=avltree)](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-AVLTree.yml)
        5. [![tests-heap](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-heap.yml/badge.svg?branch=heap)](https://github.com/charlizeandaya/containers_homework/actions/workflows/tests-heap.yml)
        1. [![](https://github.com/charlizeandaya/containers_homework/workflows/tests-unicode/badge.svg)](https://github.com/charlizeandaya/containers_homework/actions?query=workflow%3Atests-unicode)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
