Compute time-to-next-warmest-day in Haskell without using a conversion to-or-from `Data.Map`
Consider the following problem:
Compute time-to-next-warmest-day in Haskell without using a conversion to-or-from `Data.Map`
Consider the following problem: