Metadata-Version: 2.1
Name: cs46-trees
Version: 1.0.0
Summary: Implementing Binary Search Trees, AVLS, and Heaps
Home-page: https://github.com/lindseytam/trees
Author: Lindsey Tam
Author-email: ltaa2018@mymail.pomona.edu
License: GPLv3
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/lindseytam/trees.svg?branch=master)

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


