Skip to content

search-engine-Shabnam2003 created by GitHub Classroom

Notifications You must be signed in to change notification settings

UI-DS-02/search-engine-Shabnam2003

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Working with Map Data Structure
Understanding Search Engines and How They Work

In this project, I have simulated a search engine using the map data structure. I have designed my program to read a number of documents and construct an inverted index from them. Then, it takes a word as input from the user and displays the names of the documents that contain that word. Note that this search engine can accept three types of inputs from the user:

  1. Words that must be present in the result. These words have no prefix.
  2. Words where at least one of them must be present in the result. These words are prefixed with a +.
  3. Words that should not be present in the result. These words are prefixed with a -.

About

search-engine-Shabnam2003 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages