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:48 +05:30
committed by GitHub
parent ea4307b393
commit 78872fa383

View File

@@ -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() {