louridas / pagerank

A pagerank implementation in C++ able to handle very big graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing file table.h

gousiosg opened this issue · comments

To compile, I do the following:

$ cd pagerank/cpp
$ make
make: *** No rule to make target `table.h', needed by `pagerank'.  Stop.

The file table.h does not exist in the repository.