Skip to content

Files

Latest commit

686b19f · Dec 12, 2017

History

History

11_web_ranking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 12, 2017
Dec 11, 2017
Dec 12, 2017
Dec 11, 2017
Dec 12, 2017
Dec 11, 2017

Exercises on Web Ranking

This folder contains only exercises on Web Ranking.

Where you can find exercises

Test Date Exercise Points Topic Status
30/10/17 Bonus 7 PageRank, Personalized PageRank Status
05/09/17 3 4 + 4 PageRank, Personalized PageRank Status
27/07/17 5 3 CoSimRank Status
29/06/17 2 4 + 3 PageRank, Personalized PageRank Status
12/06/17 4 4 Personalized Page Rank Status
12/01/17 5 4 + 5 PageRank, Personalized PageRank Status
27/06/16 4 5 + 2 PageRank, Personalized PageRank, CoSimRank Status
11/01/16 4 5 + 3 PageRank, HITS Status
05/06/15 1 5 PageRank Status
09/06/14 5 2 + 3 HITS Status
23/07/12 3 4 + 4 PageRank, HITS 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! 😊