/Word-Counter

A program that counts the appearance of each word in a set of files using the map-reduce model.

Primary LanguageC++

Word-Counter

This is a program that counts the appearance of each word in a set of files using the map-reduce model.

How to Run

Input files must be placed in the input/ folder and be in csv format. after adding your files, run the following command in your terminal:

$make run

the result is stored in output.csv.