Question
What does reduce do on a nonempty collection?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Combines elements using a binary operation
Explanation:
The operation repeatedly merges two elements into one result.
For parallel use, associative operations are especially important.
Leave a Reply