Description: AVL tree is a self-balancing binary search tree first invented. AVL tree height in any node of the biggest differences between the two sons of a sub-tree, it is also known as highly balanced tree. Search, insert, and delete are O (log n) in the average and worst case.
To Search:
File list (Check if you may need any files):
AVL\AVL\AVL\AVL.csproj
...\...\...\bin\Debug\AVL.vshost.exe
...\...\...\...\.....\AVL.vshost.exe.manifest
...\...\...\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
...\...\...\Program.cs
...\...\...\...perties\AssemblyInfo.cs
...\...\AVL.sln
...\...\AVL.suo
...\...\...\obj\x86\Debug\TempPE
...\...\...\...\...\Debug
...\...\...\bin\Debug
...\...\...\obj\x86
...\...\...\bin
...\...\...\obj
...\...\...\Properties
...\...\AVL
...\AVL
AVL