Remove Duplicates from Sorted Array

# 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.

|60 : 00

Click the virtual machine below to start practicing