algorithm函数一览

来源:互联网 发布:电动机绕组数据大全 编辑:程序博客网 时间:2024/06/05 17:45

Functions in <algorithm>

Non-modifying sequence operations:

Modifying sequence operations:

Partitions:

Sorting:

Binary search (operating on partitioned/sorted ranges):

Merge (operating on sorted ranges):

Heap:

Min/max:

Other:

0 0