From 34b16ec86c9771148424109d5c889d6bbd319072 Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:15:51 +0530 Subject: [PATCH] Update sorting/selection_sort_iterative.cpp Co-authored-by: David Leal --- sorting/selection_sort_iterative.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sorting/selection_sort_iterative.cpp b/sorting/selection_sort_iterative.cpp index 77ae0fa8d..f1bd00a93 100644 --- a/sorting/selection_sort_iterative.cpp +++ b/sorting/selection_sort_iterative.cpp @@ -37,7 +37,6 @@ * @brief Sorting algorithms *******************************************************************************/ namespace sorting { - /****************************************************************************** * @brief The main function which implements Selection sort * @param arr vector to be sorted:-> template