|
39 | 39 | ## In-Place Operations
|
40 | 40 | | Question | Solution | Youtube |
|
41 | 41 | |------|:--------:|:----------------------:|
|
42 | | -| [Replace Elements with Greatest Element on Right Side](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3259/) | [](java/src/) [](python/) | |
| 42 | +| [Replace Elements with Greatest Element on Right Side](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3259/) | [](java/src/ReplaceElementsWithGreatestOnTheRightSide.java) [](python/replace_elements_with_greatest_on_right.py) | |
43 | 43 | | [Remove Duplicates from Sorted Array](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3258/) | [](java/src/) [](python/) |
|
44 | 44 | | [Move Zeros](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3157/) | [](java/src/) [](python/) |
|
45 | 45 | | [Sort Array By Parity](https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3260/) | [](java/src/) [](python/) |
|
|
0 commit comments