mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -3,7 +3,7 @@ Words are returned as a list of strings, complete with spaces when is neces
|
||||
Words are returned as a list of strings, complete with spaces when is necessary. (Trailing spaces are not allowed).<br />
|
||||
|
||||
Each word would be put on only one column and that in one column there will be only one word.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
@@ -14,7 +14,7 @@ Each word would be put on only one column and that in one column there will be o
|
||||
|
||||
<pre>
|
||||
|
||||
<strong>Input:</strong> s = "HOW ARE YOU"
|
||||
<strong>Input:</strong> s = "HOW ARE YOU"
|
||||
|
||||
<strong>Output:</strong> ["HAY","ORO","WEU"]
|
||||
|
||||
@@ -25,7 +25,7 @@ Each word would be put on only one column and that in one column there will be o
|
||||
"ORO"
|
||||
|
||||
"WEU"
|
||||
|
||||
|
||||
</pre>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user