Skip to content
Snippets Groups Projects
Verified Commit d3c20bc8 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

make "upload" section title consistent

parent 41038288
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ From a programming point of view, the first objectives of this project are to le
- [_Q3.1._](#q31-toc)
- [_Q3.2._](#q32-toc)
- [_Q4. Compression with Huffman_](#q4-compression-with-huffman-toc)
- [_Upload your work_](#compress-the-files-and-upload-them-to-the-lms-toc)
- [_Upload your work to the LMS_](#upload-your-work-to-the-lms-toc)
![Languages](./assets/languages.jpg)
......@@ -155,7 +155,7 @@ Basically speaking, the maximum level of compression that can be obtained with t
$$\frac{7\times \textrm{number of characters in the initial text file}}{\textrm{number of characters in the compressed file}}$$
4. How to improve the level of compression ? The occurrence frequencies of each character only capture the redundancy of the characters, but not the one between consecutive characters... So, you can do the same exercice by analyzing the occurence frequencies of all 2-letter (or more) words. This should allow you to capture more redundancy of the text and then to improve the compression ratio.
## Compress the files and upload them to the LMS [[toc](#table-of-content)]
## Upload your work to the LMS [[toc](#table-of-content)]
- open a terminal
- go into the folder containing your project
- use the `zip` command to compress your project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment