Metadata-Version: 2.1
Name: binary-tree-library
Version: 0.1.0
Summary: A Python library for Binary Tree operations
Home-page: https://github.com/yourusername/binary-tree-library
Author: SIBIRAJ S T
Author-email: sibirajstv5@gmail.com
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

# Binary Tree Library

This is a Python library for Binary Tree operations. It includes functionalities like adding nodes, traversals, calculating height, and more.

## Installation
To install the library, run the following command:

```bash
pip install binary-tree-library
```
