jayshah19949596 / Search-Engine-Algorithm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%