Ejemplo n.º 1
0
 public BST()
 {
     this.root       = null;
     this.nodesCount = 0;
 }