Skip to content
Snippets Groups Projects
Commit cb63885c authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Remove agrupaGrafo

parent 03dfbe34
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -100,10 +100,6 @@ void tabuleiroParaGrafo(Tblr t, Grafo g) {
return;
}
void agrupaGrafo(Grafo g) {
return;
}
int *buscaCaminho(Grafo g) {
int *caminho = malloc(sizeof(int));
return caminho;
......
......@@ -12,8 +12,6 @@ void criaArco(Vertice v, Vertice w);
void tabuleiroParaGrafo(Tblr t, Grafo g);
void agrupaGrafo(Grafo g);
int *buscaCaminho(Grafo g);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment