Adding source on how bit works in C

This commit is contained in:
Mylloon 2021-12-23 23:51:37 +01:00
parent dcc02f27fb
commit fbbfafbc6e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -35,3 +35,4 @@ Pour compiler le programme, utilisez `make`.
--- ---
### Sources ### Sources
[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)