GDSC-IGDTUW-Autumn-of-Code-2022 / dsa-foundation

To submit questions and answers for DSA.
5 stars 44 forks source link

Remove Duplicates from Sorted Array #80

Closed deeksha04-alt closed 8 months ago

deeksha04-alt commented 1 year ago

You are given a sorted array in increasing order, you are required to remove the duplicates [in-place] such that each unique element appears only once. The relative order of the elements should be kept the same.

Return N- no of unique elements after placing the final resultant unique elements in the first n slots of input array.

Constraints: You must do this by modifying the input array [in-place with O(1) extra memory.

Kindly assign me this issue @gdsc-igdtuw @Parul-Mann

gh4abhi commented 1 year ago

Please assign this to me. I will do it in C++.

Monachaudhary commented 1 year ago

Kindly assign this to me

BhavyaDevani commented 1 year ago

@Parul-Mann pls assign this issue to me

Parmesh119 commented 1 year ago

Please assign this to me. I will do it in just 4 lines of code.

shahin-04 commented 1 year ago

please assign this issue to me @Parul-Mann @gdsc-igdtuw

KanchanBora commented 1 year ago

@Parul-Mann @gdsc-igdtuw Please assign this issue to me.

Akansha3001 commented 1 year ago

Please assign this issue to me

ssom01-github commented 1 year ago

Please assign the issue to me