partial_sort
using __STD::partial_sort;
partial_sort(__first, __last, __last);
partial_sort(__first, __last, __last, __comp);