
1) Sorting algorithm
Found on
https://www.crosswordclues.com/clue/spreadsort

Spreadsort is a sorting algorithm invented by Steven J. Ross in 2002. It combines concepts from distribution-based sorts, such as radix sort and bucket sort, with partitioning concepts from comparison sorts such as quicksort and mergesort. In experimental results it was shown to be highly efficient, often outperforming traditional algorithms such ...
Found on
http://en.wikipedia.org/wiki/Spreadsort
No exact match found.