摘要: You have k lists of sorted integers in ascending order. Find the smallest range that includes at least one number from each of the k lists. We define 阅读全文
posted @ 2020-08-01 04:37 CNoodle 阅读(218) 评论(0) 推荐(0)
摘要: Given an integer array nums and two integers k and t, return true if there are two distinct indices i and j in the array such that abs(nums[i] - nums[ 阅读全文
posted @ 2020-08-01 00:34 CNoodle 阅读(569) 评论(0) 推荐(0)