Mise à jour de 'graphe/src/graphe.c'

master
Ada MARTINEK 1 month ago
parent fbbb31994a
commit 16c16f9936

@ -166,7 +166,7 @@ Liste parcoursProfondeur(Graphe g, Liste e, Liste l)
if(rechList(l, k))
l1 = l;
else
l1 = parcoursProfondeur(g, esuc(g, k), insList(l, k));
l1 = parcoursProfondeur(g, copie(esuc(g, k)), insList(l, k));
return parcoursProfondeur(g, supList(e, k), l1);
}

Loading…
Cancel
Save