예제 #1
0
 public void Remove(T v)
 {
     _root = SB_BinarySearchTree <T> .Remove(_root, v);
 }