From 040148b4e39ade07b55a8f4b2abb188647cc842e Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Thu, 7 Oct 2021 12:50:40 +0530 Subject: [PATCH] Update sorting/selection_sort_iterative.cpp Co-authored-by: David Leal --- sorting/selection_sort_iterative.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sorting/selection_sort_iterative.cpp b/sorting/selection_sort_iterative.cpp index be64a454e..77ae0fa8d 100644 --- a/sorting/selection_sort_iterative.cpp +++ b/sorting/selection_sort_iterative.cpp @@ -25,6 +25,7 @@ * sorted order), and moving the subvector boundaries one element to the right. * * @author [Lajat Manekar](https://github.com/Lazeeez) + * @author Unknown author *******************************************************************************/ #include /// for std::is_sorted #include /// for std::assert