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

Remove agrupaGrafo

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