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