Useful mutating algorithms Can look these up in normal STL reference ( + today's tutorial) rotate, rotate_copy next_permutation, prev_permutation partition, stable_partition random_sample, random_sample_n nth_element binary_search lower_bound, upper_bound, equal_range