Skip to content

Dragomir2020/Binary-Search-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Search-Tree Foo Coverage Status

BST implemented in c++

Install cxxtest

Make File

  • Open make file and change directory path to path where code cxxtest exists

Install valgrind

sudo apt-get install valgrind

Compile Code

make
  • compiles sample code in bstsandbox
  • Use this as guide when using BST header

Test Code

make test

Check for Memory Leaks

valgrind ./testrunner