Algorithms# Topics Basic Algorithms Sorted Arrays Topics# Basic Algorithms# for_each<> copy<> reverse<>: Reversing In-Place reverse_copy<>: Copying and Reversing find<>: Sequential Search, by Equality find_if<>: Sequential Search, Customizable Sorted Arrays# sort<> binary_search<>: On Sorted Sequence lower_bound<>: On Sorted Sequence