I need to sort a 2-dimensional array of doubles across multiple columns using C or C ++. Can someone point me to an algorithm that I should use, or to an existing library (maybe augment it?), Which has this functionality?
I have a feeling that writing a recursive function is possible, but I'm too lazy to write an algorithm or implement it myself if it was done elsewhere. :-)
thanks
source share