list instead of nothing
This commit is contained in:
parent
c878f460b3
commit
80b4867243
1 changed files with 4 additions and 3 deletions
|
@ -33,6 +33,7 @@ Pour compiler le programme, utilisez `make`.
|
|||
- Manipulation de bits
|
||||
|
||||
---
|
||||
### 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)
|
||||
### 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)
|
||||
- J'ai testé le fichier avec la commande `xxd` et pour vérifier si le header fonctionnait je regardais si toutes les lettres étaient là sans doublon.
|
||||
|
|
Reference in a new issue