From b1a396e90459e86a8939591e706331e6df83b94d Mon Sep 17 00:00:00 2001 From: Tushar Khanduri <62638544+Tushar-K24@users.noreply.github.com> Date: Sat, 4 Sep 2021 00:09:09 +0530 Subject: [PATCH] Update sorting/selection_sort_recursive.cpp Co-authored-by: David Leal --- sorting/selection_sort_recursive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/selection_sort_recursive.cpp b/sorting/selection_sort_recursive.cpp index 233fe1634..4249b3fda 100644 --- a/sorting/selection_sort_recursive.cpp +++ b/sorting/selection_sort_recursive.cpp @@ -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