debug

void debug()

Debug print the tree

Implementation

void debug() {
  _printNode(_root, 0);
}