This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Projet-C-Huffman/main_compress.c
2019-12-07 20:39:59 +01:00

21 lines
No EOL
231 B
C

#include <stdio.h>
#include "arbre_binaire.c"
#include "liste.c"
int main ()
{
Freq Test;
}
/*
L est considéré comme ordonné
*/
arbre huffman(arbre H, Freq L[])
{
int i;
printf(L[]->nb);
printf(L[]->lettre);
}