Exemplo n.º 1
0
 public void Remove(int key)
 {
     root = RandomTreeNode.Remove(root, key);
 }