Skip to content

Commit 9b79f21

Browse files
author
krystism
committed
Update README.md
1 parent 843f32d commit 9b79f21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

algorithms/MergeTwoSortedLists/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,9 @@ struct ListNode *mergeTwoLists(struct ListNode *l1, struct ListNode *l2) {
4545
return result;
4646
}
4747
```
48+
## 扩展
49+
50+
* [Merge Two Sorted Lists](../MergeTwoSortedLists): 合并两个链表
51+
* [Merge k Sorted Lists](../MergekSortedLists): 合并K个链表
52+
* [Merge Sorted Array](../MergeSortedArray): 合并两个数组
53+
* [Sort List](../SortList): 归并排序两个链表

0 commit comments

Comments
 (0)