Ejemplo n.º 1
0
 public NoArvore(string c)
 {
     chave = c;
     esq   = dir = null;
 }