Skip to content

Azazel-Woodwind/avl-tree-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AVL Tree

Here I have implemented an AVL Tree, a type of self-balancing binary search tree, in pure C++. I expose a BinarySearchTree class and a TreeMap class. These classes mimic the type of behaviour you would observe from the std::set in C++ or TreeSet in Java, and the std::map in C++ or TreeMap in Java, respectively.

About

An AVL tree fully implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages