Clean Room Implementation of Google Page Rank Algorithm

Clean Room Implementation of Google Page Rank Algorithm

Note: This article will be emailed to your friend.

Finally a clean-room implementation of Google’s Page Rank Algorithm in Java, reverse-engineered from their numerous commentary on Page Rank (or is it Pigeon Rank?).

public static int getPageRank(url) {
// start off with a random low PR
int pageRank = rand.getInt(0, 3);

if ( isHostedOn(’google.com’, url) ) [...]

Read the rest of this article (241 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro