
1) Sorting algorithm
Found on
https://www.crosswordclues.com/clue/selection-sort

In computer science, selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity, and it has performance advantages over more complicated algorithms in cer...
Found on
http://en.wikipedia.org/wiki/Selection_sort
No exact match found.