Beispiel #1
0
 public CjtV(CjtV <Informacion> otroConjunto)
 {
     this.conjunto = otroConjunto.conjunto;
 }
Beispiel #2
0
 public Grafo()
 {
     Aristas  = new CjtA <Informacion>();
     Vertices = new CjtV <Informacion>();
 }