Exemplo n.º 1
0
 public sorte(tree <T> tree, List <T> list)
 {
     this.tree = tree;
     this.list = list;
 }
 static void Main(string[] args)
 {
     tree <int> tree = new tree <int>();
 }