Metadata-Version: 2.0
Name: cs46-ekurztrees
Version: 1.0.0
Summary: Implementation of Binary Trees, BST, AVL, and Heap Tree structures
Home-page: https://github.com/ekurz20/trees
Author: ekurz20
Author-email: ekurz20@cmc.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pytest
Requires-Dist: hypothesis

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

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


