{1,1} pair is considered as smallest number pair.
I have the same question.. this kata is confused
What if the smallest number is not unique e.g. {1,1,1,1,1,5,6,8}? Are the two smallest numbers {1,5} or {1,1}?
Loading collection data...
{1,1} pair is considered as smallest number pair.
I have the same question.. this kata is confused
What if the smallest number is not unique e.g. {1,1,1,1,1,5,6,8}?
Are the two smallest numbers {1,5} or {1,1}?