Metadata-Version: 2.0
Name: cs46-flora-trees
Version: 1.0.0
Summary: This is a tree data structure implementation in Python covering Binary Search Trees, AVL Trees and Heaps.
Home-page: https://github.com/florazhang98/trees
Author: Flora Zhang
Author-email: zzhang20@cmc.edm
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: hypothesis
Requires-Dist: pytest

# Trees ![](https://api.travis-ci.com/florazhang98/trees.svg?branch=master)

This is a homework for CMC's [CS46: data structures](https://github.com/mikeizbicki/cmc-csci046) course.


