image/svg+xml

Page Rank Web Crawler

Implement web crawler that used the Page Rank algorithm to analyse links.

Objectives

To understand PageRank algorithm and implement this in Java along with the required data structures.

Approach Taken

I completed this project by:

  1. Adding class to contain graph data structure
  2. Writing and testing code to read graph data from a file
  3. Implementing the page rank algorithm
  4. Implementing web crawler

Learning Outcomes

This project was fun to do and I came out with a firmer skills in Java software development.

About Course - COMS21103