linduss14 / Graphical-AVL-Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphical AVL Tree

This program is C++ implementation of AVL tree. One cool thing about this program is that it provides a graphical view of the entire AVL tree.

AVL

What is AVL tree?

An AVL tree (named after their founders) is a balanced tree structure constructed upon binary tree concept. This program will allow you to see exactly how the tree behaves and dynamically changes as you keep on adding/deleting the elements graphically!

Enjoy! ;)

About


Languages

Language:C++ 100.0%