mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
Update sorting/wave_sort.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ std::vector<T> waveSort(const std::vector<T> &in_arr, int64_t n) {
|
||||
} // namespace sorting
|
||||
|
||||
/**
|
||||
* @brief Test implementations
|
||||
* @brief Self-test implementations
|
||||
* @returns void
|
||||
*/
|
||||
static void test() {
|
||||
|
||||
Reference in New Issue
Block a user