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/Yûki/arbre_de_codage/main_compress.c
2019-12-07 20:24:56 +01:00

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);
}