Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 230 Bytes

File metadata and controls

8 lines (5 loc) · 230 Bytes

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