add next_permutatin, prev_premutation

This commit is contained in:
bolero-MURAKAMI 2012-07-25 14:27:01 +09:00
parent e3511d71b0
commit a64938fad0
12 changed files with 668 additions and 1 deletions

View file

@ -46,6 +46,8 @@
#include <sprout/algorithm/fit/make_heap.hpp>
#include <sprout/algorithm/fit/make_partial_heap.hpp>
#include <sprout/algorithm/fit/sort_heap.hpp>
#include <sprout/algorithm/fit/next_permutation.hpp>
#include <sprout/algorithm/fit/prev_permutation.hpp>
#include <sprout/algorithm/fit/swap_element.hpp>
#include <sprout/algorithm/fit/swap_element_copy.hpp>
#include <sprout/algorithm/fit/bogo_sort.hpp>