mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
存量题库数据更新
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
<p>Return <em>an array of coordinates representing the positions of the grid in the order you visited them</em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="" src="https://s3-lc-upload.s3.amazonaws.com/uploads/2018/08/24/example_1.png" style="width: 174px; height: 99px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> rows = 1, cols = 4, rStart = 0, cStart = 0
|
||||
<strong>Output:</strong> [[0,0],[0,1],[0,2],[0,3]]
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://s3-lc-upload.s3.amazonaws.com/uploads/2018/08/24/example_2.png" style="width: 202px; height: 142px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> rows = 5, cols = 6, rStart = 1, cStart = 4
|
||||
|
Reference in New Issue
Block a user