Skip to content

This repository demonstrates simple search engine algorithm using basic python data structure

Notifications You must be signed in to change notification settings

jayshah19949596/Search-Engine-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages