Update sorting/selection_sort_recursive.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Tushar Khanduri
2021-09-04 00:09:09 +05:30
committed by GitHub
parent 95f5ae48f1
commit b1a396e904

View File

@@ -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