I have a problem with printing out my BST via to_string method. I\'ve added some elements to my Tree:
bst->addTo(10); bst->addTo(12); bst->addTo(5);