mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add next_permutatin, prev_premutation
This commit is contained in:
parent
e3511d71b0
commit
a64938fad0
12 changed files with 668 additions and 1 deletions
8
sprout/algorithm/next_permutation.hpp
Normal file
8
sprout/algorithm/next_permutation.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP
|
||||
#define SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/fixed/next_permutation.hpp>
|
||||
#include <sprout/algorithm/fit/next_permutation.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP
|
Loading…
Add table
Add a link
Reference in a new issue