mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
Update wave_sort.cpp
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief Implementation of [Wave sort] algorithm
|
* @brief Implementation of [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
|
||||||
* @details
|
* @details
|
||||||
* Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming
|
* Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming
|
||||||
* the sort function used works in \f$O(nlogn)\f$ time.
|
* the sort function used works in \f$O(nlogn)\f$ time.
|
||||||
|
|||||||
Reference in New Issue
Block a user