Implementation of hits, pagerank and simrank using c++.
- cmake3
- c++ compiler with c++17 support
- python3
git clone https://github.com/StoneLin0708/LinkAnalysis.gitIf you don't have cmake
pip install cmakegit submodule update --init
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
makepython script/gen_result.py