18 lines
No EOL
255 B
C
18 lines
No EOL
255 B
C
#include <stdio.h>
|
|
#include "arbre_binaire.h"
|
|
|
|
int main ()
|
|
{
|
|
freq Test[5]={{7,'a'},{1,'c'},{3,'g'},{1,'t'},{1,'END'}};
|
|
|
|
}
|
|
/*
|
|
L est considéré comme ordonné
|
|
*/
|
|
arbre huffman(arbre H, freq L[])
|
|
{
|
|
int i;
|
|
|
|
printf(L[]->nb);
|
|
printf(L[]->lettre);
|
|
} |