Skip to content
/ AVLTree Public

Basic C++ template for a self-balancing binary search tree.

Notifications You must be signed in to change notification settings

chizon/AVLTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic C++ AVL Tree Template

A self-balancing binary search tree. Supports add(object), remove(object), and find(object).

The linked list is used to print the contents of the tree (because I used this for a class assignment where we weren't allowed to use STL structures).

About

Basic C++ template for a self-balancing binary search tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published