Exemple #1
0
 public Stack()
 {
     linkedList = new StringNodeList();
 }
Exemple #2
0
 public Stack()
 {
     linkedList = new StringNodeList();
 }