Skip to content

sushant10/Python_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Python_Search

Search Engine/web crawler python script. Built during Udacity CS101 course.

Creates an index dictionary by crawling web upto a given depth. Ranks results using the Page Rank algorithm.

Ranking done using graphs