diff --git a/README.md b/README.md index 6a3acdb..110e6f6 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,4 @@ Pour compiler le programme, utilisez `make`. --- ### 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)