Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 256 Bytes

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