I have to implement Quick Sort but with a worst case of O(n log n). I can implement anything found in the literature, but so far all I can find is this thing called BSort that doesn't make much sense to me. Does anyone know of any references to algorithms that are easily implemented? Or papers on the subject?
Yes it is for class, but this part I can get help on, I just have to implement it on my own.
Thanks