From 80b48672431d4ea3ed051a7b429ed5e789dbeb41 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 25 Dec 2021 11:46:04 +0100 Subject: [PATCH] list instead of nothing --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fd52c5..e84ba79 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Pour compiler le programme, utilisez `make`. - Manipulation de bits --- -### Sources -[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) +### Sources et infos +- [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) +- 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.