Skip to content

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.

License

Notifications You must be signed in to change notification settings

Joelasaur/Binary-Tree

Repository files navigation

Binary-Tree

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.

Instructions

You must be in a Unix environment or MSYS to run this program.

  1. Type "make", hit enter
  2. Type "./testRunner" to run the program and see the tests pass.

The test structure is located in "test_hw.cc"

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published