Skip to content

lisajulia/self-balancing-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A self-balancing binanry tree, an AA-tree (https://www.geeksforgeeks.org/aa-trees-set-1-introduction), here called with doubles.

Compile with 'g++ self-balancing-tree.cc -Wall -Wextra -pedantic -fsanitize=address -std=c++17 -o tree'.

Call with './tree [Elements to store in the tree]'.

About

A self balancing binary tree in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages