Example #1
0
 //Constructor
 public cGrafo()
 {
     aVertice   = null;
     aLista     = null;
     aSiguiente = null;
 }