Пример #1
0
 public void ExtractMinTest()
 {
     while (tree.Count > 0)
     {
         Assert.AreEqual(tree.Min(), tree.ExtractMin());
     }
 }