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

Smoothsort (method) is a comparison-based sorting algorithm. It is a variation of heapsort developed by Edsger Dijkstra in 1981. Like heapsort, smoothsort`s upper bound is O(n log n). The advantage of smoothsort is that it comes closer to O(n) time if the input is already sorted to some degree, whereas heapsort averages O(n log n) regardless of t....
Found on
http://en.wikipedia.org/wiki/Smoothsort
No exact match found.