Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Chapter 28: Monoids

The purpose of this chapter is to understand Monoids as a Design Principle for Efficient MapReduce Algorithms.

Packages

Package Name Description
org.dataalgorithms.chap28.spark Spark solution to Mean Monoidized
org.dataalgorithms.chap28.sparkwithlambda Spark solution with Lambda to Mean Monoidized
org.dataalgorithms.chap28.mapreduce MapReduce/Hadoop solution to Mean Monoidized

References