Skip to content

Commit a33ede9

Browse files
authored
Merge pull request #8 from kotler-dev/exercise/id283
exercise/id283
2 parents ebe1e67 + d52afa8 commit a33ede9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/kotlin/exercise/easy/id283/Description283.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ Note that you must do this in-place without making a copy of the array.
1010

1111
Example 1:
1212

13-
[0, 1, 0, 3, 12]
14-
15-
[index 1]
16-
[1, 0]
17-
1813
```
1914
Input: nums = [0,1,0,3,12]
2015
Output: [1,3,12,0,0]

0 commit comments

Comments
 (0)