tree 🌳 An another implementation of a numeric binary tree for C/C++ Building To build the example: A) Create a build directory: mkdir build cd build B) Generate build files with CMake: cmake .. C) Compile the example: make D) Run the example: ./example