Metadata-Version: 2.1
Name: cs46_xtrees
Version: 1.0.0
Summary: Implementation of tree data structures, including BST, AVL and Heap, by xxing
Home-page: https://github.com/xxing21/trees
Author: Xinran Xing
Author-email: xxing21@cmc.edu
License: GPLv3
Description: # Trees ![](https://api.travis-ci.com/xxing21/trees.svg?branch=master)
        
        This is a homework for CMC's [CS46: data structures](https://github.com/mikeizbicki/cmc-csci046) course.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
