Skip to content

Commit 2e53a44

Browse files
SwastyyPanquesito7
andauthored
Update sorting/wave_sort.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 78872fa commit 2e53a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/wave_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace sorting {
2323
*/
2424
namespace wave_sort {
2525
/**
26-
* @brief The main function implements waveSort
26+
* @brief The main function implements that implements the Wave Sort algorithm
2727
* @tparam T type of array
2828
* @param in_arr array to be sorted
2929
* @returns arr the wave sorted array

0 commit comments

Comments
 (0)