From 1e8021096fb6622486fb5aa9b881851104e918ba Mon Sep 17 00:00:00 2001 From: liuxueyang Date: Thu, 17 Oct 2024 21:14:37 +0800 Subject: [PATCH] change titles --- content/posts/leetcode/fast-slow-pointers-in-list.md | 2 +- content/posts/leetcode/reverse-linked-list.md | 2 +- content/posts/leetcode/sliding-window-max-min.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/leetcode/fast-slow-pointers-in-list.md b/content/posts/leetcode/fast-slow-pointers-in-list.md index fe77965a7..5bec5fc43 100644 --- a/content/posts/leetcode/fast-slow-pointers-in-list.md +++ b/content/posts/leetcode/fast-slow-pointers-in-list.md @@ -1,5 +1,5 @@ +++ -title = '链表快慢指针题单' +title = '【题单】链表快慢指针' date = 2024-10-17T19:53:49+08:00 tags = [ "linked list" ] categories = [ "LeetCode" ] diff --git a/content/posts/leetcode/reverse-linked-list.md b/content/posts/leetcode/reverse-linked-list.md index ca43f5f9d..8f6ecedb5 100644 --- a/content/posts/leetcode/reverse-linked-list.md +++ b/content/posts/leetcode/reverse-linked-list.md @@ -1,5 +1,5 @@ +++ -title = '反转链表题单' +title = '【题单】反转链表' date = 2024-10-17T19:49:25+08:00 tags = [ "linked list" ] categories = [ "LeetCode" ] diff --git a/content/posts/leetcode/sliding-window-max-min.md b/content/posts/leetcode/sliding-window-max-min.md index 74b442a5b..868da67a3 100644 --- a/content/posts/leetcode/sliding-window-max-min.md +++ b/content/posts/leetcode/sliding-window-max-min.md @@ -1,5 +1,5 @@ +++ -title = '不定长滑动窗口——求最长或最大 题单' +title = '【题单】不定长滑动窗口——求最长或最大' date = 2024-10-17T21:10:17+08:00 tags = [ "two pointers" ] categories = [ "LeetCode" ]