Built a Binary Tree in C++ using templates, lldb from the terminal for debugging, Google Test framework for unit tests, and a very convenient makefile for the build process.
You must be in a Unix environment or MSYS to run this program.
- Type "make", hit enter
- Type "./testRunner" to run the program and see the tests pass.
The test structure is located in "test_hw.cc"