Пример #1
0
 public Arbol(Nodo raiz)
 {
     this.raiz = raiz;
 }
Пример #2
0
 public Arbol()
 {
     raiz = null;
 }