himanshu-03 / Python-Data-Structures

A compilation of Data Structures in Python. It is a collection of Python code examples and implementations of various data structures. This repository aims to provide a comprehensive resource for understanding and utilizing different data structures efficiently in Python.
MIT License
18 stars 27 forks source link

Request to Add AVL Tree Code #145

Closed Swish78 closed 12 months ago

Swish78 commented 12 months ago

Describe the algorithm/code

I would like to request the addition of an AVL tree code to this repository. AVL trees are self-balancing binary search trees and are a fundamental data structure in computer science.

Do you want to work on this feature?

himanshu-03 commented 12 months ago

Hi @Swish78 !👋🏻 You can start working on this issue! Do let me know if you need any help. ✨