mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 11:07:00 +08:00
Update sorting/wave_sort.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
namespace sorting {
|
||||
/**
|
||||
* @namespace wave_sort
|
||||
* @brief Functions for [Wave sort] algorithm
|
||||
* @brief Functions for the [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) implementation
|
||||
*/
|
||||
namespace wave_sort {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user