Home › Forums › C Programming › Quick Sort for a Struct › Re: Re: Quick Sort for a Struct
December 15, 2008 at 8:03 pm
#3498
GWILouisaxwzkla
Participant
The structs will form a linked list , correct? The sorting key will be variable amongst the struct field members ( the user will chose a struct member to sort the data on ) ?? Is the list to be “disconnected” for sorting ( structs will be moved and the list reconnected ) or is data to be shifted ( probably easier )…