mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
<p>If there is no common prefix, return an empty string <code>""</code>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> strs = ["flower","flow","flight"]
|
||||
<strong>Output:</strong> "fl"
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> strs = ["dog","racecar","car"]
|
||||
@@ -24,5 +24,5 @@
|
||||
<ul>
|
||||
<li><code>1 <= strs.length <= 200</code></li>
|
||||
<li><code>0 <= strs[i].length <= 200</code></li>
|
||||
<li><code>strs[i]</code> consists of only lower-case English letters.</li>
|
||||
<li><code>strs[i]</code> consists of only lowercase English letters.</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user