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:22:07 +05:30
committed by GitHub
parent ce65f32f4d
commit 03ccd2521e

View File

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