Sprout/libs/algorithm/test
2013-05-16 15:13:49 +09:00
..
adjacent_find.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
algorithm.cpp fix recursion depth: all_of, any_of, none_of, one_of, find, find_if, find_if_not 2012-12-09 14:34:14 +09:00
all_of.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
all_of_equal.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
any_of.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
any_of_equal.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
binary_search.cpp add test: some algorithms 2013-01-11 03:17:06 +09:00
bogo_sort.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
bogo_sort_result.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
bozo_sort.cpp add bozo_sort 2012-07-25 23:10:01 +09:00
bozo_sort_result.cpp add bozo_sort 2012-07-25 23:10:01 +09:00
clamp.cpp add some algorithm test 2012-12-17 00:51:10 +09:00
clamp_range.cpp add algorithm clamp, clamp_range_copy, clamp_range 2012-10-13 21:06:32 +09:00
clamp_range_copy.cpp add algorithm clamp, clamp_range_copy, clamp_range 2012-10-13 21:06:32 +09:00
copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
copy_backward.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
copy_if.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
copy_n.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
copy_until.cpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
copy_while.cpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
count.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
count_if.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
equal.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
equal_range.cpp add test: some algorithms 2013-01-11 03:17:06 +09:00
fill.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
fill_n.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
find.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
find_end.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
find_first_of.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
find_if.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
find_if_not.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
generate.cpp bug fix 2012-09-21 20:07:31 +09:00
generate_n.cpp bug fix 2012-09-21 20:07:31 +09:00
includes.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
inplace_merge.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
is_decreasing.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
is_heap.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
is_heap_until.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
is_increasing.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
is_partitioned.cpp fix recursion depth: some algorithms 2013-01-11 02:55:19 +09:00
is_permutation.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
is_sorted.cpp fix recursion depth: some algorithms 2013-01-11 02:55:19 +09:00
is_sorted_until.cpp fix recursion depth: some algorithms 2013-01-11 02:55:19 +09:00
is_strictly_decreasing.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
is_strictly_increasing.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
lexicographical_compare.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
lower_bound.cpp add test: some algorithms 2013-01-11 03:17:06 +09:00
make_heap.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
make_partial_heap.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
max.cpp fix recursion depth: min_element, max_element, minmax_element 2012-12-16 21:46:16 +09:00
max_element.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
merge.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
min.cpp fix recursion depth: min_element, max_element, minmax_element 2012-12-16 21:46:16 +09:00
min_element.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
minmax.cpp fix recursion depth: min_element, max_element, minmax_element 2012-12-16 21:46:16 +09:00
minmax_element.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
mismatch.cpp add mismatch algorithm: robust version (N3607) 2013-05-16 15:13:49 +09:00
modifying.cpp add algorithm copy_while, copy_until 2012-10-13 22:11:32 +09:00
next_permutation.cpp add next_permutatin, prev_premutation 2012-07-25 14:27:01 +09:00
non_modifying.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
none_of.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
none_of_equal.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
nth_element.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
one_of.cpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
one_of_equal.cpp fix recursion depth: all algorithms 2013-01-12 03:41:13 +09:00
partial_sort.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
partition.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
partition_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
partition_point.cpp fix recursion depth: some algorithms 2013-01-11 02:55:19 +09:00
pop_heap.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
prev_permutation.cpp add next_permutatin, prev_premutation 2012-07-25 14:27:01 +09:00
push_heap.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
random_swap.cpp add bozo_sort 2012-07-25 23:10:01 +09:00
random_swap_result.cpp add bozo_sort 2012-07-25 23:10:01 +09:00
recurrence.cpp rename unfold -> recurrence, add-new unfold 2012-09-28 13:15:17 +09:00
recurrence_n.cpp rename unfold -> recurrence, add-new unfold 2012-09-28 13:15:17 +09:00
remove.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
remove_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
remove_copy_if.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
remove_if.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
replace.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
replace_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
replace_copy_if.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
replace_if.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
reverse.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
reverse_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
rotate.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
rotate_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
search.cpp fix recursion depth: some algorithms 2013-01-11 02:55:19 +09:00
search_n.cpp fix recursion depth: some algorithms 2013-01-11 02:55:19 +09:00
set_difference.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
set_intersection.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
set_symmetric_difference.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
set_union.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
shuffle.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
shuffle_result.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
sort.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
sort_heap.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
stable_partition.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
stable_partition_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
stable_sort.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
swap_element.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
swap_element_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
transform.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
tristate_lexicographical_compare.cpp fix recursion depth: some algorithms 2013-01-12 02:39:51 +09:00
unfold.cpp rename unfold -> recurrence, add-new unfold 2012-09-28 13:15:17 +09:00
unfold_n.cpp rename unfold -> recurrence, add-new unfold 2012-09-28 13:15:17 +09:00
unique.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
unique_copy.cpp fix for constexpr disabled 2012-06-16 00:08:42 +09:00
upper_bound.cpp add test: some algorithms 2013-01-11 03:17:06 +09:00