Skip to content
Snippets Groups Projects
Verified Commit 2fa84702 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: typo

parent c39d1d34
No related branches found
No related tags found
No related merge requests found
...@@ -579,7 +579,7 @@ commande comme ceci : ...@@ -579,7 +579,7 @@ commande comme ceci :
python3 dyn_huffman.py -e "darkvador" python3 dyn_huffman.py -e "darkvador"
``` ```
- Inversement, si l'on souhaite décoder une chaîne binaire il est nécessaire - Inversement, si l'on souhaite décoder une chaîne binaire il est nécessaire
de spécifier le _flag_ `-d``(pour _decode_) de spécifier le _flag_ `-d` (pour _decode_)
```bash ```bash
python3 dyn_huffman.py -d "000011 0 000000 00 01101 100 00110 1100 10001 10 0 \ python3 dyn_huffman.py -d "000011 0 000000 00 01101 100 00110 1100 10001 10 0 \
11100 01010 110" 11100 01010 110"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment