Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 573 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 573 Bytes

Search-Engine-With-Page-Rank-Algorithm

  • This is a simple Seacrh Engine Algortihm program
  • The code is self explainatory
  • Data structure used to store the pages is a hashmap where url of the page is the key and it's html content is the value
  • The program is developed as a part of Udacity : Intro To Computer Science Coursework

The Page Rank Formula used is as follows:

ScreenShot