This is my project from my Data Structures and Object-Oriented Programming class that uses an interface created using Qt, which searches for keywords in text files. There is also a page rank option to rank the "webpages" or text files by popularity.
###Compile & Run Instructions For best results, run in Linux.
- type "make -f makecrawl" to compile crawler.cpp
- type "./crawler data/index.txt out.txt" to run crawler
- type "./bin/SearchEngine out.txt" to run the Qt application