Skip to content

Commit

Permalink
change titles
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxueyang committed Oct 17, 2024
1 parent 240dddd commit 1e80210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/posts/leetcode/fast-slow-pointers-in-list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = '链表快慢指针题单'
title = '【题单】链表快慢指针'
date = 2024-10-17T19:53:49+08:00
tags = [ "linked list" ]
categories = [ "LeetCode" ]
Expand Down
2 changes: 1 addition & 1 deletion content/posts/leetcode/reverse-linked-list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = '反转链表题单'
title = '【题单】反转链表'
date = 2024-10-17T19:49:25+08:00
tags = [ "linked list" ]
categories = [ "LeetCode" ]
Expand Down
2 changes: 1 addition & 1 deletion content/posts/leetcode/sliding-window-max-min.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = '不定长滑动窗口——求最长或最大 题单'
title = '【题单】不定长滑动窗口——求最长或最大'
date = 2024-10-17T21:10:17+08:00
tags = [ "two pointers" ]
categories = [ "LeetCode" ]
Expand Down

0 comments on commit 1e80210

Please sign in to comment.