Skip to content

Commit 6c054ff

Browse files
author
lucifer
committed
fix: typo
1 parent 26ac1ef commit 6c054ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/23.merge-k-sorted-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Output: 1->1->2->3->4->4->5->6
3434

3535
![23.merge-k-sorted-lists](../assets/problems/23.merge-k-sorted-lists.gif)
3636

37-
(动画来自 https://zhuanlan.zhihu.com/p/61796021)
37+
(动画来自 https://zhuanlan.zhihu.com/p/61796021
3838
## 关键点解析
3939

4040
- 分治

0 commit comments

Comments
 (0)