Skip to content

Latest commit

 

History

History

07_dict_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Exercises on Dictionary Search

This folder contains only exercises on Dictionary (Exact) Search.

Where you can find exercises

Test Date Exercise Points Topic Status
29/10/18 1 5 + 3 2-level indexing Status
30/10/17 1 4 + 3 k-gram Index Status
30/10/17 5 5 1-error Match Status
05/09/17 1 4 + 3 + 3 k-gram Index Status
27/07/17 1 4 + 3 + 3 k-gram Index Status
27/07/17 2 4 Permuterm Index Status
29/06/17 1 4 + 3 + 3 k-gram Index Status
02/09/16 3 4 Cuckoo Hashing Status
27/06/16 2 3 + 3 + 3 k-gram Index Status
01/02/16 3 5 + 3 1-error Match Status
11/01/16 3 2 + 4 k-gram Index Status
10/09/15 5 3 + 2 + 3 k-gram Index Status
09/02/15 1 3 + 3 + 3 k-gram Index Status
16/01/15 4 3 + 2 Cuckoo Hashing Status
09/06/14 4 4 Cuckoo Hashing Status
08/01/14 4 4 + 3 Permuterm Index Status
16/07/13 Bonus Lode Cuckoo Hashing Status
01/02/12 5 4 + 3 + 3 Compacted Trie Status
24/06/11 6 5 Cuckoo Hashing Status

How to contribute

Any kind of contribution is welcome! If you wish to add a missing solution, follow these instructions:

  1. Fork this repository;
  2. 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;
  3. If you need a package, add it in the IR-exercise.tex file, using \usepackage{<package>};
  4. Place the file in the specific folder for the subject of the exercise you have solved;
  5. Append your name in the \author{<name>} field in the IR-exercise.tex file, preceded by \and;
  6. Submit a pull request!

Thank you for your contribution! 😊