예제 #1
0
 public bool Contains(T v)
 {
     return(SB_BinarySearchTree <T> .Contains(_root, v));
 }