mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 13:06:57 +08:00
Update sorting/selection_sort_recursive.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ namespace sorting {
|
||||
* sort](https://en.wikipedia.org/wiki/Selection_sort)
|
||||
* implementation using recursion
|
||||
*/
|
||||
namespace find_min_index {
|
||||
namespace selection_sort_recursive {
|
||||
/**
|
||||
* @brief The main function finds the index of the minimum element
|
||||
* @tparam T type of array
|
||||
|
||||
Reference in New Issue
Block a user