mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-12 17:05:15 +08:00
update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<p>给出一个字符串数组 <code>words</code> 组成的一本英语词典。返回 <code>words</code> 中最长的一个单词,该单词是由 <code>words</code> 词典中其他单词逐步添加一个字母组成。</p>
|
||||
<p>给出一个字符串数组 <code>words</code> 组成的一本英语词典。返回能够通过 <code>words</code> 中其它单词逐步添加一个字母来构造得到的 <code>words</code> 中最长的单词。</p>
|
||||
|
||||
<p>若其中有多个可行的答案,则返回答案中字典序最小的单词。若无答案,则返回空字符串。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user