[C/C++标准库]_[初级]_[标准库里提供的排序算法]sort()stable_sort()partial_sort()reverse()nth_element()qsort()
sort()stable_sort()partial_sort()reverse()nth_element()qsort()场景:1. C/C++的algorithm里提供的算法一般是集合的排序,查询和修改。2. 也只有在特定场景在会用到以下算法函数.代码: test_sort.cpp#include #include #includ