Algorithms ========== .. contents:: :local: Topics ------ Basic Algorithms ................ .. toctree:: :maxdepth: 1 for_each copy reverse reverse_copy find find_if Sorted Arrays ............. .. toctree:: :maxdepth: 1 sort binary_search lower_bound