Esempio n. 1
0
 public SLL()
 {
     m_head = null;
     m_tail = null;
 }