Skip to content

Commit

Permalink
modified: 18-arvore-binaria.c
Browse files Browse the repository at this point in the history
  • Loading branch information
anabeatrizchagas committed Feb 5, 2023
1 parent eb4ec7d commit 93f2d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 18-arvore-binaria.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void inicializacao(NO** raiz);
void imprimirPreOrdem(NO* raiz);
void imprimirPosOrdem(NO* raiz);
void imprimirEmOrdem(NO* raiz);
void retornaPai(NO* raiz, int ch, NO** pai); // ch garantidamente existente
void retornaPai(NO* raiz, int ch, NO** pai); // para ch garantidamente existente
void qtdNosFolhas(NO* raiz, int* qtd);
void qtdNos(NO* raiz, int* qtd);
void qtdNosComUmFilho(NO* raiz, int* qtd);
Expand Down

0 comments on commit 93f2d76

Please sign in to comment.