Skip to content

keivanzavari/bst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Binary search trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published