Exemplo n.º 1
0
 public singleL()
 {
     start = null;
 }
Exemplo n.º 2
0
 public node(int x)
 {
     info = x;
     link = null;
 }