Skip to content

Commit 722ddd2

Browse files
committed
修改 堆.md
1 parent 43f284b commit 722ddd2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

LeetCode/堆.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# 堆总结
66
## 合并K个排序链表
77

8-
[LeetCode链接](https://leetcode-cn.com/problems/merge-k-sorted-lists/)
8+
[LeetCode中文](https://leetcode-cn.com/problems/merge-k-sorted-lists/)
9+
10+
[LeetCode英文](https://leetcode.com/problems/merge-k-sorted-lists/)
911

1012
合并 k 个排序链表,返回合并后的排序链表。请分析和描述算法的复杂度。
1113

@@ -147,7 +149,9 @@ public:
147149

148150
## 数据流的中位数
149151

150-
[LeetCode链接](https://leetcode-cn.com/problems/find-median-from-data-stream/)
152+
[LeetCode中文](https://leetcode-cn.com/problems/find-median-from-data-stream/)
153+
154+
[LeetCode英文](https://leetcode.com/problems/find-median-from-data-stream/)
151155

152156
中位数是有序列表中间的数。如果列表长度是偶数,中位数则是中间两个数的平均值。
153157

0 commit comments

Comments
 (0)