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