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