Was plying over the fastest in-place non-stable sorting algorithm >> non-randomized version of QuickSort (Never mind the O^2 worst case! :)) )
I have attached a java implementation of the same algorithm alongside.
(Replace the “.java_.txt” extension to “.java” before using the file)
Login