632. Smallest Range Covering Elements from K Lists
632. Smallest Range Covering Elements from K Lists
Description
You have k
lists of sorted integers in non-decreasingorder . Find the smallest range that includes at least one number from each of the k
lists.