Place all the txt files in a separate folder and rename it to "websites"
scottwedge/Search-Engine
This is a search engine created using Python. The program uses AVL binary trees to store and index documents based and max heaps to process search queries. The user simply has to enter the term they're looking for and the search engine produces a .txt files with the documents that contained the term in order of frequency of that word.
Python