mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
- at t = 4, we move to the cell (1,1). It is possible because grid[1][1] <= 4.
|
||||
- at t = 5, we move to the cell (1,2). It is possible because grid[1][2] <= 5.
|
||||
- at t = 6, we move to the cell (1,3). It is possible because grid[1][3] <= 6.
|
||||
- at t = 7, we move to the cell (2,3). It is possible because grid[1][3] <= 7.
|
||||
- at t = 7, we move to the cell (2,3). It is possible because grid[2][3] <= 7.
|
||||
The final time is 7. It can be shown that it is the minimum time possible.
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user