tomriddle77 / Hacktober22

Hacktoberfest22 project and codes. This repo is about hacktoberfest 2022 and if you wanna make your first PR to be accepted then please contribute here.
MIT License
68 stars 166 forks source link

Creating AVL Tree program in Python. #110

Open abhisheksg222 opened 2 years ago

abhisheksg222 commented 2 years ago

AVL Tree can be defined as height balanced binary search tree in which each node is associated with a balance factor which is calculated by subtracting the height of its right sub-tree from that of its left sub-tree.

Bitan-Kundu commented 1 year ago

AVL Tree can be defined as height balanced binary search tree in which each node is associated with a balance factor which is calculated by subtracting the height of its right sub-tree from that of its left sub-tree.

Can you assign this issue to me?

SohanChidrawar commented 1 year ago

Can you assign this issue to me?

aquasparoo commented 1 year ago

I am comfortable solving this issue. Pls assign this issue to me.