Update sorting/wave_sort.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-15 14:06:56 +05:30
committed by GitHub
parent 78872fa383
commit 2e53a44e17

View File

@@ -23,7 +23,7 @@ namespace sorting {
*/
namespace wave_sort {
/**
* @brief The main function implements waveSort
* @brief The main function implements that implements the Wave Sort algorithm
* @tparam T type of array
* @param in_arr array to be sorted
* @returns arr the wave sorted array