Adding source on how bit works in C
This commit is contained in:
parent
dcc02f27fb
commit
fbbfafbc6e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue