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
July 29, 2009 at 9:23 pm
#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 ……