mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 23:46:33 +08:00
Update sorting/wave_sort.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user