# Introduction In this challenge, we will focus on manipulating arrays to remove duplicates from a sorted array. The objective is to modify the given array in-place, without allocating any extra space, ensuring each element appears only once while preserving their relative order.
Click the virtual machine below to start practicing