Пример #1
0
 /// <summary>
 /// 
 /// </summary>
 public Bintree()
 {
     root = new Root();
 }