Yûki - Encoding Search not working
This commit is contained in:
parent
7acf2f20fa
commit
3b30f7714c
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ arbre huffman(arbre T[]){
|
|||
Index=i;
|
||||
while(Index<ASCII_EXT-1){
|
||||
arbre tmp=malloc(sizeof(noeud*));
|
||||
tmp->elt=NULL;
|
||||
tmp->fils_gauche=T[Index];
|
||||
tmp->fils_droit=T[Index+1];
|
||||
tmp->poids=T[Index]->poids +T[Index+1]->poids;
|
||||
|
|
|
|||
Reference in a new issue