Skip to content

faricazjj/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search-Engine

This project simulates a search engine using a binary search tree data structure. It is written in Java by Farica Zhuang using Eclipse. The "Input.txt" file is a sample input file format where the single words are the key words and the words in the lines right below that are words related to the key word. Hence, when we search for the key word in this search engine, the related words will be printed to the console. When a string of two words is searched, let's say "Sunny California", words that are related to both "Sunny" and "California", or the intersecting words, will be printed. Moreover, it will print words related to "Sunny" but not "California", and words related to "California" but not "Sunny". Thus, there will be no redundant duplicates of related words when looking up a string. This idea applied to a string of three words and more.

About

Creating a search engine using binary search tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages