> For the complete documentation index, see [llms.txt](https://nitinranganath.gitbook.io/data-structures/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nitinranganath.gitbook.io/data-structures/avl-tree.md).

# AVL Tree

- [Inserting in an AVL Tree](https://nitinranganath.gitbook.io/data-structures/avl-tree/inserting-in-an-avl-tree.md)
- [AVL Tree Rotations](https://nitinranganath.gitbook.io/data-structures/avl-tree/avl-tree-rotations.md)
- [Deleting in an AVL Tree](https://nitinranganath.gitbook.io/data-structures/avl-tree/deleting-in-an-avl-tree.md)
