mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<p>A <strong>palindrome</strong> is a string that reads the same forward and backward.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> words = ["lc","cl","gg"]
|
||||
@@ -16,7 +16,7 @@
|
||||
Note that "clgglc" is another longest palindrome that can be created.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> words = ["ab","ty","yt","lc","cl","ab"]
|
||||
@@ -25,7 +25,7 @@ Note that "clgglc" is another longest palindrome that can be created.
|
||||
Note that "lcyttycl" is another longest palindrome that can be created.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> words = ["cc","ll","xx"]
|
||||
|
Reference in New Issue
Block a user