Skip to content

A search engine that uses different data structures to scan files and rank the files in order of most hits.

License

Notifications You must be signed in to change notification settings

yahyakhaan/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchEngine

A search engine that uses different data structures to scan files and rank the files in order of most hits. Users can search for keywords or whole sentences and the search engine ranks files based on most matches. Users also have the option to add files that are to be scanned

The same search engine has been implemented using three different data structures: Linked Lists, AVL Trees, and HashMaps

Instructions

For each project, copy all the files from the “Docs” folder and place them in the same directory as the .sln file. You can add additional files to enhance the search database.

About

A search engine that uses different data structures to scan files and rank the files in order of most hits.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages