Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 171 Bytes

File metadata and controls

2 lines (2 loc) · 171 Bytes

Sum, max and min in a stream

Write a program for computing the sum, max and min of the given stream via primitive specializations of Stream and Stream.reduce().