Print Binary Trees to Console This repository contains C++ code that implements a functionality to horizontally print a binary tree to console as follows: Usage A custom TreeNode class is implemented. Build a tree and call the print_tree function as demonstrated in tests.cpp.