摘要: 1. 查找算法 (13) 为判断容器中是否包含某一个值提供adjacent_find()binary_search()count()count_if()equal_range()find()find_end()find_first_of()find_if()lower_bound()upper_bound()search()search_n()2. 排序(sorting)和通用(ordering)算法(14)提供元素的排序策略。其中stable算法保证相等元素的原来顺序不变。inplace_merge()merge()nth_element()partial_sort()partial_sor 阅读全文
posted @ 2012-09-08 09:58 einyboy 阅读(566) 评论(0) 推荐(0)