mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add bozo_sort
This commit is contained in:
parent
a64938fad0
commit
8cd36c14bd
24 changed files with 1322 additions and 8 deletions
|
@ -48,9 +48,11 @@
|
|||
#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/random_swap.hpp>
|
||||
#include <sprout/algorithm/fit/random_swap_result.hpp>
|
||||
#include <sprout/algorithm/fit/bogo_sort.hpp>
|
||||
#include <sprout/algorithm/fit/bogo_sort_result.hpp>
|
||||
#include <sprout/algorithm/fit/bozo_sort.hpp>
|
||||
#include <sprout/algorithm/fit/bozo_sort_result.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ALGORITHM_FIT_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue