This folder contains only exercises on crawlers and other relevant topics.
Test Date | Exercise | Points | Topic | Status |
---|---|---|---|---|
29/10/18 | 3.1 | 3 | Mercator | |
30/10/17 | 3 | 5 | Copy Lists | |
12/01/17 | 1 | 4 | Mercator | |
02/09/16 | 1 | 5 | Crawler | |
02/09/16 | Bonus | Lode | Mercator | |
27/06/16 | 1 | 3 + 3 | Consistent Hashing | |
10/09/15 | 3 | 3 + 3 | Bloom Filters | |
29/06/15 | 3 | 3 + 3 | Consistent Hashing | |
08/01/14 | 5 | 3 | Bloom Filters | |
08/01/14 | 6 | 3 + 4 | Consistent Hashing | |
10/01/13 | 3 | 4 | Bloom Filters | |
03/09/12 | 1 | 4 + 3 | Bloom Filters | |
23/07/12 | 2 | 5 | Consistent Hashing | |
11/01/12 | 2 | 5 + 4 | Bloom Filters | |
01/09/11 | 1 | 5 | Consistent Hashing | |
24/06/11 | 4 | 5 | Bloom Filters | |
21/02/11 | 1 | 8 | Bloom Filters | |
01/02/11 | 3 | 8 | Consistent Hashing |
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! 😊