An abstraction of the following use case: Given a sequence of dates and max temperatures for each date, extract out the initial dates on which the temp is greater than a given threshold for n consecutive days. (Originally posted as an answer to this StackOverflow question: http://stackoverflow.com/questions/5267055 )
13 people like thisPosted: 13 years ago by ildjarn
Square root for integral types
5 people like thisPosted: 12 years ago by ildjarn
Seq.sumBy implemented in terms of Seq.fold
2 people like thisPosted: 13 years ago by ildjarn
My take at Project Euler #4
1 people like thisPosted: 11 years ago by ildjarn