Ejemplo n.º 1
0
 public RedBlackTree <T> Insert(T value)
 {
     return(RedBlackTree <T> .Insert(value, this));
 }