This class implements the Google page rank algorithm based on the original paper written by Larry Page, Sergey Brin and other at the Stanford university.
It keeps track of the pages and the links that they contain in a MySQL database.
The class can calculate the page rank of each page based on the links that exist pointing to it from other pages. |