Skip to content

Commit

Permalink
Improved task 3248
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 4, 2024
1 parent 1181401 commit 553f0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/g3201_3300/s3248_snake_in_matrix/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Return the position of the final cell where the snake ends up after executing `c

**Explanation:**

![image](image01.png)
![image](https://leetcode-in-java.github.io/src/main/java/g3201_3300/s3248_snake_in_matrix/image01.png)

**Example 2:**

Expand All @@ -28,7 +28,7 @@ Return the position of the final cell where the snake ends up after executing `c

**Explanation:**

![image](image02.png)
![image](https://leetcode-in-java.github.io/src/main/java/g3201_3300/s3248_snake_in_matrix/image02.png)

**Constraints:**

Expand Down

0 comments on commit 553f0c2

Please sign in to comment.