AVL Trees

This page will cover the basics on the AVL Tree

The AVL is a type of Binary Search Tree

Insertion Steps

What is Balance Factor?

How do I repair the tree?

Pick three nodes

Follow the path to the added node when choosing these three

Then rotate properly