标准库:algorithm


一:排序

sort() 排序

stable_sort* 稳定排序

练习:https://blog.csdn.net/jason_9527/article/details/86651617

二:堆

 make_heap()   push_heap()    pop_heap()   sort_heap()

讲解:STL 堆heap的用法

练习:https://blog.csdn.net/jason_9527/article/details/86656806

待更新。。。