Update sorting/wave_sort.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-16 01:34:57 +05:30
committed by GitHub
parent 927ff99ef0
commit 238ed2a5c7

View File

@@ -1,6 +1,6 @@
/**
* @file
* @brief Implementation of [Wave
* @brief Implementation of the [Wave
* sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
* @details
* Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming