From 5c432ee7b7f0ca49927b973d51265dfcf0d985a0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 26 Dec 2021 16:05:10 +0100 Subject: [PATCH] Add some explication on mask operations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.