Help for this page
$q = new Tree; $q->addnode(4); ... $q->addnode(7); $q->addnode(19); $q->display;
4 / \ ... 7 15 \ 19
3 3
19 19 19 19 19