File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/g3201_3300/s3248_snake_in_matrix Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Return the position of the final cell where the snake ends up after executing `c
18
18
19
19
** Explanation:**
20
20
21
- ![ image] ( https://leetcode-in-java .github.io/src/main/java /g3201_3300/s3248_snake_in_matrix/image01.png )
21
+ ![ image] ( https://leetcode-images .github.io/g3201_3300/s3248_snake_in_matrix/image01.png )
22
22
23
23
** Example 2:**
24
24
@@ -28,11 +28,11 @@ Return the position of the final cell where the snake ends up after executing `c
28
28
29
29
** Explanation:**
30
30
31
- ![ image] ( https://leetcode-in-java .github.io/src/main/java /g3201_3300/s3248_snake_in_matrix/image02.png )
31
+ ![ image] ( https://leetcode-images .github.io/g3201_3300/s3248_snake_in_matrix/image02.png )
32
32
33
33
** Constraints:**
34
34
35
35
* ` 2 <= n <= 10 `
36
36
* ` 1 <= commands.length <= 100 `
37
37
* ` commands ` consists only of ` "UP" ` , ` "RIGHT" ` , ` "DOWN" ` , and ` "LEFT" ` .
38
- * The input is generated such the snake will not move outside of the boundaries.
38
+ * The input is generated such the snake will not move outside of the boundaries.
You can’t perform that action at this time.
0 commit comments