This repository has a project with the implementation of a Binary Tree.
It is written in C++.
The code of the Binary Tree is independent of platform.
Is has two possible main files:
The library used to make the Unit Test is the Catch v2.12.3. The code is already in this repository.
The Qt project generates images of the Binary Tree, using the lib Graphviz. Install this lib in your computer for you to be able to create such images.
The code was written containing the Doxygen documentation.
The project has no leaks (Fully tested with Valgrind).
All the unit tests are ok.
The qt gui application gui is shown below: