Skip to content

Commit 3b43094

Browse files
author
krystism
committed
Update README.md
1 parent 9b79f21 commit 3b43094

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

algorithms/MergekSortedLists/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,10 @@ ListNode *mergeKLists_withMerge(vector<ListNode *> &lists, int s, int t)
128128
return mergeTwoList(left, right);
129129
}
130130
```
131+
132+
## 扩展
133+
134+
* [Merge Two Sorted Lists](../MergeTwoSortedLists): 合并两个链表
135+
* [Merge k Sorted Lists](../MergekSortedLists): 合并K个链表
136+
* [Merge Sorted Array](../MergeSortedArray): 合并两个数组
137+
* [Sort List](../SortList): 归并排序两个链表

0 commit comments

Comments
 (0)