Skip to content

Commit b5f9663

Browse files
authored
Update wave_sort.cpp
1 parent 2e53a44 commit b5f9663

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
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @brief Implementation of [Wave sort] algorithm
3+
* @brief Implementation of [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
44
* @details
55
* Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming
66
* the sort function used works in \f$O(nlogn)\f$ time.

0 commit comments

Comments
 (0)