第23章 排序算法 Sorting:1 sort Sort elements in range (function template)2 stable_sort Sort elements preserving order of equivalents (function template)3 partial_sort Partially Sort elements in range (function template)4 partial_sort_copy Copy and parti
第22章 变易算法 Modifying sequence operations 22.1 元素复制copycopy Copy range of elements (function template) 22.2 反向复制copy_backwardcopy_backward Copy range of elements backwards (function template) 22.3 元素交换swapswap Exchange values of two