Skip to content

CS163 Data Structure Final Project -- Mini-search-engine

Notifications You must be signed in to change notification settings

bqhuyy/Mini-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-search-engine

Mini-search-engine is a C++ application to search through a collection of documents. Given a set of texts and a query, the search engine locates all documents that contain the keywords in the query.

The input data will be stored in "data" folder. Other "data" folders such as data1 and data2 are sample inputs.

Mini-search-engine uses Trie to store and retrieve data.

.

About

CS163 Data Structure Final Project -- Mini-search-engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages