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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Azazel-Woodwind/avl-tree-cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An AVL tree fully implemented in C++
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published