subtitle
03
31
28
26
leetcode-77 leetcode-77
LeetCode 77. 组合 1 题目描述 题目链接:77. 组合 给定两个整数 n 和 k,返回范围 [1, n] 中所有可能的 k 个数的组合。 你可以按任何顺序返回答案。 示例1: 输入:n = 4, k = 2输出:[&em
2022-03-26
25
24
24
leetcode.295 leetcode.295
LeetCode 295.数据流的中位数 1 题目描述 题目链接:295.数据流的中位数 题目链接:剑指 Offer 41. 数据流中的中位数 中位数是有序列表中间的数。如果列表长度是偶数,中位数则是中间两个数的平均值。 例如, [2,
2022-03-24
23
leetcode.164 leetcode.164
LeetCode 164.最大间距 1 题目描述 题目链接:164.最大间距 给定一个无序的数组nums,返回数组在排序之后,相邻元素之间最大的差值。如果数组元素个数小于2,则返回0。您必须编写一个在「线性时间」内运行并使用「线性额外空
2022-03-23
23
leetcode.56 leetcode.56
LeetCode 56.合并区间 1 题目描述 题目链接:56.合并区间 以数组intervals表示若干个区间的集合,其中单个区间为$intervals[i] = [start_i, end_i]$。请你合并所有重叠的区间,并返回一个
2022-03-23
21
19
12 / 12