mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<p><strong>Note:</strong> <code>originalText</code> <strong>does not</strong> have any trailing spaces <code>' '</code>. The test cases are generated such that there is only one possible <code>originalText</code>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> encodedText = "ch ie pr", rows = 3
|
||||
@@ -25,7 +25,7 @@
|
||||
<strong>Explanation:</strong> This is the same example described in the problem description.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/10/26/exam1.png" style="width: 250px; height: 168px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> encodedText = "iveo eed l te olc", rows = 4
|
||||
@@ -34,7 +34,7 @@
|
||||
The blue arrows show how we can find originalText from encodedText.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/10/26/eg2.png" style="width: 300px; height: 51px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> encodedText = "coding", rows = 1
|
||||
|
Reference in New Issue
Block a user