Metadata-Version: 2.1
Name: Py-AVL-Tree
Version: 0.0.1
Summary: A simple package to draw Binary Tree and balance the tree using AVL algorithm
Home-page: https://github.com/pypa/sampleproject
Author: Elielson Barbosa
Author-email: elielsonbr.com@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Py-AVL-Tree
A python package to make a Tree's like a Binary Tree and Balanced AVL Tree


