Sort disjoint sublist: Difference between revisions

m
added Category:Sorting
m (added Category:Sorting)
Line 1:
{{Sorting Algorithm}}
[[Category:Sorting]]
{{task}}
{{task|Sorting Algorihms}}
 
Given a list of values and a set of integer indices into that value list, the task is to sort the values at the given indices, while preserving the values at indices outside the set of those to be sorted.