Skip to content

avl tree is a type of binary search tree with an additional feature of self balancing factor and rotations. this code is been written in c++ language

Notifications You must be signed in to change notification settings

J-DHARANEESH/AVL-Tree-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AVL-Tree-

AVL tree is a self-balancing binary search tree in which each node maintains extra information called a balance factor whose value is either -1, 0 or +1. AVL tree got its name after its inventor Georgy Adelson-Velsky and Landis.

In rotation operation, the positions of the nodes of a subtree are interchanged. There are two types of rotations: *Left Rotate *Right Rotate

About

avl tree is a type of binary search tree with an additional feature of self balancing factor and rotations. this code is been written in c++ language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages