This project implements a text search engine using multiple threads. The program takes a text file and a list of words to search for as input. To parallelize the search process, the program utilizes ...