Add FILE ORGANIZATION FROM THE START
This commit is contained in:
parent
1795f0287b
commit
43b0081d65
16 changed files with 95 additions and 67 deletions
|
|
@ -1,18 +0,0 @@
|
|||
#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);
|
||||
}
|
||||
Reference in a new issue