/Binary-Tree-Base

Primary LanguageC++MIT LicenseMIT

Binary tree base project

Just some base code for c++ binary trees, there might be some errors.

there is no implemented algorithm to keep the tree perfect (yet)

(note: main.cpp is example code, tree_lib.h is the file containing the trees functions)