mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add C++14 constexpr bogo_sort, bozo_sort
This commit is contained in:
parent
c54c980b79
commit
57d4e78d54
5 changed files with 114 additions and 6 deletions
|
@ -62,9 +62,8 @@
|
|||
#include <sprout/algorithm/cxx14/copy_while.hpp>
|
||||
#include <sprout/algorithm/cxx14/copy_until.hpp>
|
||||
#include <sprout/algorithm/cxx14/clamp_range.hpp>
|
||||
//#include <sprout/algorithm/cxx14/bogo_sort.hpp>
|
||||
//#include <sprout/algorithm/cxx14/bogo_sort_result.hpp>
|
||||
//#include <sprout/algorithm/cxx14/bozo_sort.hpp>
|
||||
//#include <sprout/algorithm/cxx14/bozo_sort_result.hpp>
|
||||
#include <sprout/algorithm/fixed/random_swap.hpp>
|
||||
#include <sprout/algorithm/cxx14/bogo_sort.hpp>
|
||||
#include <sprout/algorithm/cxx14/bozo_sort.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_CXX14_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue