Update sorting/selection_sort_iterative.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5
2021-10-07 14:15:51 +05:30
committed by GitHub
parent 040148b4e3
commit 34b16ec86c

View File

@@ -37,7 +37,6 @@
* @brief Sorting algorithms
*******************************************************************************/
namespace sorting {
/******************************************************************************
* @brief The main function which implements Selection sort
* @param arr vector to be sorted:-> template