module PageRank

u : webpage F_u : the set of pages u points to B_u : the set of pages that point to u N_u : |F_u| c : use for normalization R(u): c * sum_{v} in{B_u} R(v)/N_v