Exemplo n.º 1
0
 public void DeleteMax_Empty_Test()
 {
     var st = new BinarySearchST<string, string>();
     st.DeleteMax();
 }