MapReduce Algorithms

Home > Computer Science > Algorithms and data structures > Parallel algorithms > MapReduce Algorithms

This is a popular parallel algorithm framework used for processing large amounts of data. This type of algorithm breaks up a computation into smaller parts, which are then executed in parallel across a cluster of computers, with intermediate results combined at each step.