/bst

Binary search trees

Primary LanguageC++

Binary search trees

Overview

An implementation of some binary search trees including the famous AVL trees. This repo uses Catch2 testing framework.

How to run

mkdir build
cd build/
cmake ..
make