J sort
Encyclopedia
J sort is an in-place sort algorithm that uses strand sort
to sort fewer than about 40 items and shuffle sort to sort more. John Cohen claimed to have invented this algorithm.
Strand sort
Strand sort is a sorting algorithm. It works by repeatedly pulling sorted sublists out of the list to be sorted and merging them with a result array...
to sort fewer than about 40 items and shuffle sort to sort more. John Cohen claimed to have invented this algorithm.