Map-Reduce

Implemented a MapReduce framework in Golang for a distributed system. The Map function processes and transforms the input data, while the Reduce function aggregates the intermediate results, enabling efficient parallel processing of large datasets across multiple nodes.