This folder contains only exercises on Document Compression.
Test Date | Exercise | Points | Topic | Status |
---|---|---|---|---|
29/10/18 | 2 | 4 + 3 | gzip, zdelta | |
30/10/17 | 2 | 4 + 4 | rsync, zsync | |
05/09/17 | 1 | 3 + 3 | rsync, zsync | |
12/01/17 | 2 | 4 + 4 | rsync, zsync | |
02/09/16 | 2 | 5 + 5 | zdelta | |
01/02/16 | 1 | 5 | rsync | |
11/01/16 | 1 | 3 | zdelta | |
10/09/15 | 6 | 3 + 3 + Lode | BWT |
Any kind of contribution is welcome! If you wish to add a missing solution, follow these instructions:
- Fork this repository;
- Create a .tex file containing:
- The text of the problem, preceded by the LaTeX macro
\exercise
; - The solution of the problem, preceded by the LaTeX macro
\solution
;
- The text of the problem, preceded by the LaTeX macro
- If you need a package, add it in the
IR-exercise.tex
file, using\usepackage{<package>}
; - Place the file in the specific folder for the subject of the exercise you have solved;
- Append your name in the
\author{<name>}
field in theIR-exercise.tex
file, preceded by\and
; - Submit a pull request!
Thank you for your contribution! 😊