diff --git a/README.md b/README.md index 4f690b0..de7fb82 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ Pour compiler le programme, utilisez `make`. --- ### 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) +- [Explication sur comment on fait des opérations sur des bits](https://stackoverflow.com/a/10493604) et [ces exemples](https://www.tutorialspoint.com/cprogramming/c_bitwise_operators.htm) - Testé avec `gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0`.