Add file organization

This commit is contained in:
NyxiumYuuki 2019-12-07 20:24:56 +01:00
parent ccddc6a1af
commit 1795f0287b
No known key found for this signature in database
GPG key ID: 03E8F3CF3183323A
9 changed files with 140 additions and 26 deletions

View file

@ -1,24 +0,0 @@
#include <stdio.h>
#include "arbre_binaire.h"
struct zoccurence{
int nb;
char lettre;
};
typedef struct zoccurence occ;
typedef struct zoccurence * freq;
int main ()
{
}
/*
L est considéré comme ordonné
*/
arbre huffman(arbre H, freq L[])
{
int i;
printf(L[]->nb);
printf(L[]->lettre);
}