public boolean conexo() { Object[][] rsult = generaMatrizAdyacencia(); int x = 0; if …
Read morepublic boolean hayCaminoDirecto(Vertice origen, Vertice destino) { if (vertices.size(…
Read morepublic boolean esDirigido() { LinkedList lista = new LinkedList(); for (int i = 0; i …
Read morepublic boolean esConexo() { LinkedList listas = new LinkedList(); for (int i = 0; i …
Read more
Social Plugin