Skip to content

Commit 79aba16

Browse files
yanglbmeidoocs
andauthoredMar 9, 2024
feat: update lc problems (#2421)
Co-authored-by: Doocs Bot <doocs-bot@outlook.com>
1 parent 5011d97 commit 79aba16

File tree

194 files changed

+14294
-13021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+14294
-13021
lines changed
 

‎solution/0000-0099/0003.Longest Substring Without Repeating Characters/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- 这里写题目描述 -->
1010

11-
<p>给定一个字符串 <code>s</code> ,请你找出其中不含有重复字符的&nbsp;<strong>最长子串&nbsp;</strong>的长度。</p>
11+
<p>给定一个字符串 <code>s</code> ,请你找出其中不含有重复字符的&nbsp;<strong>最长<span data-keyword="substring">子串</span></strong><strong>&nbsp;</strong>的长度。</p>
1212

1313
<p>&nbsp;</p>
1414

‎solution/0000-0099/0005.Longest Palindromic Substring/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- 这里写题目描述 -->
1010

11-
<p>给你一个字符串 <code>s</code>,找到 <code>s</code> 中最长的回文子串。</p>
11+
<p>给你一个字符串 <code>s</code>,找到 <code>s</code> 中最长的回文<span data-keyword="substring">子串</span>。</p>
1212

1313
<p>如果字符串的反序与原始字符串相同,则该字符串称为回文字符串。</p>
1414

0 commit comments

Comments
 (0)