list instead of nothing

This commit is contained in:
Mylloon 2021-12-25 11:46:04 +01:00
parent c878f460b3
commit 80b4867243
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -33,6 +33,7 @@ Pour compiler le programme, utilisez `make`.
- Manipulation de bits - Manipulation de bits
--- ---
### Sources ### Sources et infos
[Explication graphique de comment Huffman fonctionne](http://lwh.free.fr/pages/algo/compression/huffman.html) - [Explication graphique de comment Huffman fonctionne](http://lwh.free.fr/pages/algo/compression/huffman.html)
[Explication sur comment on fait des opérations sur des bits](https://www.tutorialspoint.com/cprogramming/c_bitwise_operators.htm) - [Explication sur comment on fait des opérations sur des bits](https://www.tutorialspoint.com/cprogramming/c_bitwise_operators.htm)
- J'ai testé le fichier avec la commande `xxd` et pour vérifier si le header fonctionnait je regardais si toutes les lettres étaient là sans doublon.