Home Forums C Programming c program for sort and remove duplicate values from an array Re: Re: c program for sort and remove duplicate values from an array

#3599
GWILouisaxwzkla
Participant

What type of sort are you using ? I would just sort , count unique instances , allocate enough memory to hold the unique instances and copy the data ……