Update selection_sort_iterative.cpp

This commit is contained in:
Lajat5
2021-10-07 04:00:25 +05:30
committed by GitHub
parent 48c4c073bb
commit 7ab318685f

View File

@@ -1,8 +1,8 @@
/******************************************************************************
* @file
* @brief Implementation of the [Selection
*sort](https://en.wikipedia.org/wiki/Selection_sort) implementation using
*swapping
* sort](https://en.wikipedia.org/wiki/Selection_sort) implementation using
* swapping
* @details
* The selection sort algorithm divides the input vector into two parts: a
* sorted subvector of items which is built up from left to right at the front