Sprout/sprout/algorithm/fixed
2013-04-11 15:50:14 +09:00
..
deprecated fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
bogo_sort.hpp fix include header 2013-02-08 00:49:47 +09:00
bogo_sort_result.hpp fix for GCC4.8 RC 2013-03-21 20:00:42 +09:00
bozo_sort.hpp fix include header 2013-02-08 00:49:47 +09:00
bozo_sort_result.hpp fix for GCC4.8 RC 2013-03-21 20:00:42 +09:00
clamp_range.hpp add algorithm clamp, clamp_range_copy, clamp_range 2012-10-13 21:06:32 +09:00
clamp_range_copy.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
copy.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
copy_backward.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
copy_if.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
copy_n.hpp add sub_window, add sub_offset 2013-02-26 16:14:04 +09:00
copy_until.hpp fix iterator implementation 2013-02-23 15:21:27 +09:00
copy_while.hpp fix iterator implementation 2013-02-23 15:21:27 +09:00
fill.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
fill_n.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
generate.hpp fix libs/random/example/array.cpp 2013-04-11 15:50:14 +09:00
generate_n.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
inplace_merge.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
make_heap.hpp workaround for clang3.2 (make_heap, make_partial_heap) 2012-11-14 10:40:01 +09:00
make_partial_heap.hpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
merge.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
next_permutation.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
nth_element.hpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
partial_sort.hpp fix recursion depth O(logN): some algorithms 2013-01-03 17:01:50 +09:00
partition.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
partition_copy.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
pop_heap.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
prev_permutation.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
push_heap.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
random_swap.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
random_swap_result.hpp fix include header 2013-02-08 00:49:47 +09:00
recurrence.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
recurrence_n.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
remove.hpp add case_conv algorithms 2013-04-09 19:27:06 +09:00
remove_copy.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
remove_copy_if.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
remove_if.hpp add case_conv algorithms 2013-04-09 19:27:06 +09:00
replace.hpp add case_conv algorithms 2013-04-09 19:27:06 +09:00
replace_copy.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
replace_copy_if.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
replace_if.hpp add case_conv algorithms 2013-04-09 19:27:06 +09:00
result_of.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
reverse.hpp add case_conv algorithms 2013-04-09 19:27:06 +09:00
reverse_copy.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
rotate.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
rotate_copy.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
set_difference.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
set_intersection.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
set_symmetric_difference.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
set_union.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
shuffle.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
shuffle_result.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
sort.hpp deprecated old sort implementation 2012-11-14 12:17:48 +09:00
sort_heap.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
stable_partition.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
stable_partition_copy.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
stable_sort.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
swap_element.hpp fix container_traits for array-like classes 2012-09-29 17:10:46 +09:00
swap_element_copy.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
transform.hpp add enable_make_indexes 2013-04-06 13:06:51 +09:00
unfold.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
unfold_n.hpp support hash: floating point 2013-02-07 23:12:57 +09:00
unique.hpp add case_conv algorithms 2013-04-09 19:27:06 +09:00
unique_copy.hpp add sub_window, add sub_offset 2013-02-26 16:14:04 +09:00