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:06:25 +05:30
committed by GitHub
parent df1741ca35
commit 95f5ae48f1

View File

@@ -39,7 +39,6 @@ namespace sorting {
* sort](https://en.wikipedia.org/wiki/Selection_sort)
* implementation using recursion
*/
namespace find_min_index {
/**
* @brief The main function finds the index of the minimum element