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

Add bonus para vertice

parent acee9938
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,6 +8,7 @@ Vertice criaVertice() {
v->cor = -1;
v->peso = 0;
v->bonus = 0;
v->grupo = false;
v->pais = constroiLista();
v->filhos = constroiLista();
......
......@@ -6,6 +6,7 @@
struct Vertice {
int cor;
int peso;
int bonus;
bool grupo;
Lista pais;
Lista filhos;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment