Skip to content

Commit

Permalink
Update 23.merge-k-sorted-lists.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Apr 25, 2020
1 parent 8f8d1f2 commit a488d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions problems/23.merge-k-sorted-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://leetcode-cn.com/problems/merge-k-sorted-lists/description/
## 关键点解析

- 分治
- 合并排序(merge sort)
- 归并排序(merge sort)

## 代码

Expand Down Expand Up @@ -159,4 +159,4 @@ class Solution:

## 相关题目

-[88.merge-sorted-array](./88.merge-sorted-array.md)
- [88.merge-sorted-array](./88.merge-sorted-array.md)

0 comments on commit a488d74

Please sign in to comment.