diff --git a/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/image01.png b/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/image01.png deleted file mode 100644 index d32550a78..000000000 Binary files a/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/image01.png and /dev/null differ diff --git a/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/image02.png b/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/image02.png deleted file mode 100644 index 00305b026..000000000 Binary files a/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/image02.png and /dev/null differ diff --git a/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/readme.md b/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/readme.md index 71498b4af..98fc7f91d 100644 --- a/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/readme.md +++ b/src/main/kotlin/g3201_3300/s3248_snake_in_matrix/readme.md @@ -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-images.github.io/g3201_3300/s3248_snake_in_matrix/image01.png) **Example 2:** @@ -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-images.github.io/g3201_3300/s3248_snake_in_matrix/image02.png) **Constraints:**