Skip to content

Commit 8651884

Browse files
SwastyyPanquesito7
andauthored
Update sorting/wave_sort.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 238ed2a commit 8651884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/wave_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace sorting {
2121
/**
2222
* @namespace wave_sort
23-
* @brief Functions for [Wave sort] algorithm
23+
* @brief Functions for the [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) implementation
2424
*/
2525
namespace wave_sort {
2626
/**

0 commit comments

Comments
 (0)