/Multi-threaded-Word-Ranking-Apllication

Created a multi-threaded text file ranking command line application in C++ which accpets files path as input. Here one thread is responsible for searching all the text files in the given directory while others threads do the processing of the searched files simultaneously and store the results in MTabel data strucrure.

Primary LanguageC++

Watchers