mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +08:00
Update sorting/selection_sort_recursive.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -60,7 +60,6 @@ uint64_t findMinIndex(std::vector<T> &in_arr, uint64_t current_position = 0) {
|
||||
}
|
||||
} // namespace find_min_index
|
||||
|
||||
namespace selection_sort_recursive {
|
||||
/**
|
||||
* @brief The main function implements Selection sort
|
||||
* @tparam T type of array
|
||||
|
||||
Reference in New Issue
Block a user