Skip to content

A rudimentary web search engine, I developed in my algorithm design class.

Notifications You must be signed in to change notification settings

eminokic/WebSearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

WebSearchEngine

A rudimentary web search engine, I developed in my algorithm design class.

Summary

The search engine receives a search query from the user and outputs ranked list of web pages that are relevant to the search query.

Overall Functions

  • Crawl the web and download contents of web pages and construct the web graph. Using the web graph structure, determine the importance for each web page.

  • Based on the contents of the webpages, build a data structure known as inverted index. The inverted index is designed so that the online computation—retrieving a ranked list of pages relevant to a search query—is done very efficiently.

About

A rudimentary web search engine, I developed in my algorithm design class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages