8 Nov 2002
Costruzione di Interfacce - Paolo Cignoni
27
STL algorithms: Sorting
1.Sort
1.sort 
2.stable_sort 
3.partial_sort 
4.partial_sort_copy 
5.is_sorted 
2.nth_element 
3.Binary search
1.lower_bound 
2.upper_bound 
3.equal_range 
4.binary_search 
4.merge 
5.inplace_merge 
1.Set operations on sorted ranges
1.includes 
2.set_union 
3.set_intersection 
4.set_difference 
5.set_symmetric_difference 
2.Heap operations
1.push_heap 
2.pop_heap 
3.make_heap 
4.sort_heap 
5.is_heap 
3.Minimum and maximum
1.min 
2.max 
3.min_element 
4.max_element 
v