MapReduce-style word counter in C using fork/pipe/wait, directory recursion, and reducers; includes tests
-
Updated
Feb 22, 2026 - C
MapReduce-style word counter in C using fork/pipe/wait, directory recursion, and reducers; includes tests
task1 : word count-open a file count the words , task2: expense tracker with switch case and multi-options , task3: C# code for number guessing
This repository contains an implementation of counting words in many files using the map-reduce algorithm. The algorithm is implemented in both OpenMP and MPI. A serial implementation is also available for perf evaluation.
App that lets you count occurrences of words inside files.
Add a description, image, and links to the wordcount topic page so that developers can more easily learn about it.
To associate your repository with the wordcount topic, visit your repo's landing page and select "manage topics."