↓ 2 callersFunctionkthSmallestNumberInMSortedLists* * Problem: * Given M sorted arrays, find the Kth smallest number among all the arrays. * * Example 1: * Input: L1=[2, 6, 8], L2=[3, 6, 7], L3=[
14_k-way-merge/0_kth-smallest-number-in-m-sorted-lists.js:27