Massive renaming!

This commit is contained in:
Crista Lopes
2019-08-12 14:38:16 -07:00
parent e6c1238a56
commit 61d5f74ad9
90 changed files with 0 additions and 0 deletions

15
31-map-reduce/README.md Normal file
View File

@@ -0,0 +1,15 @@
Style #30
==============================
Constraints:
- Input data is divided in chunks, similar to what an inverse multiplexer does to input signals
- A map function applies a given worker function to each chunk of data, potentially in parallel
- A reduce function takes the results of the many worker functions and recombines them into a coherent output
Possible names:
- Map-reduce
- Inverse multiplexer (check out electronics)