Closed this issue 7 years ago · 1 comments
The current implementation of:
def min(nums: List[Int]): Int
uses a INT.MInValue as default.
I guess this is because we haven't covered Option yet?
Option
Yes!