Sprout/sprout/range/algorithm
2013-02-07 23:12:57 +09:00
..
fit fix algorithm: bogo_sort, bozo_sort 2013-02-04 01:10:26 +09:00
fixed fix algorithm: bogo_sort, bozo_sort 2013-02-04 01:10:26 +09:00
adjacent_find.hpp
all_of.hpp fix coding-style 2012-10-06 13:53:07 +09:00
all_of_equal.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
any_of.hpp fix coding-style 2012-10-06 13:53:07 +09:00
any_of_equal.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
binary_search.hpp fix coding-style 2012-10-06 13:53:07 +09:00
clamp_range_copy.hpp add algorithm clamp, clamp_range_copy, clamp_range 2012-10-13 21:06:32 +09:00
copy.hpp
copy_backward.hpp
copy_if.hpp
copy_until.hpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
copy_while.hpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
count.hpp
count_if.hpp
equal.hpp fix coding-style 2012-10-06 13:53:07 +09:00
equal_range.hpp add make_ptr_range 2012-12-22 20:10:27 +09:00
find.hpp
find_difference.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
find_end.hpp
find_first_of.hpp
find_if.hpp
find_if_not.hpp
find_intersection.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
find_symmetric_difference.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
fit.hpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
fixed.hpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
includes.hpp fix coding-style 2012-10-06 13:53:07 +09:00
is_decreasing.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
is_heap.hpp fix coding-style 2012-10-06 13:53:07 +09:00
is_heap_until.hpp
is_increasing.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
is_partitioned.hpp fix coding-style 2012-10-06 13:53:07 +09:00
is_permutation.hpp fix coding-style 2012-10-06 13:53:07 +09:00
is_sorted.hpp fix coding-style 2012-10-06 13:53:07 +09:00
is_sorted_until.hpp
is_strictly_decreasing.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
is_strictly_increasing.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
lexicographical_compare.hpp fix coding-style 2012-10-06 13:53:07 +09:00
lower_bound.hpp
max_element.hpp
merge.hpp
min_element.hpp
minmax_element.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
mismatch.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
modifying.hpp
next_difference.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
next_intersection.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
next_symmetric_difference.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
next_union.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
non_modifying.hpp add some range algorithms 2013-01-26 22:19:35 +09:00
none_of.hpp fix coding-style 2012-10-06 13:53:07 +09:00
none_of_equal.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
one_of.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
one_of_equal.hpp add algorithm one_of, all_of_equal, any_of_equal, none_of_equal, one_of_equal, is_increasing, is_decreasing, is_strictly_increasing, is_strictly_decreasing 2012-10-13 12:49:23 +09:00
partition_copy.hpp
partition_point.hpp
remove_copy.hpp
remove_copy_if.hpp
replace_copy.hpp
replace_copy_if.hpp
reverse_copy.hpp
rotate_copy.hpp
search.hpp
search_n.hpp
set_difference.hpp
set_intersection.hpp
set_symmetric_difference.hpp
set_union.hpp
stable_partition_copy.hpp
swap_element_copy.hpp
transform.hpp
tristate_lexicographical_compare.hpp add tristate_lexicographical_compare: delimiter version 2012-12-22 02:53:21 +09:00
unique_copy.hpp
upper_bound.hpp