Update sorting/wave_sort.cpp

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

View File

@@ -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 {
/**