We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e53a44 commit b5f9663Copy full SHA for b5f9663
sorting/wave_sort.cpp
@@ -1,6 +1,6 @@
1
/**
2
* @file
3
- * @brief Implementation of [Wave sort] algorithm
+ * @brief Implementation of [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
4
* @details
5
* Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming
6
* the sort function used works in \f$O(nlogn)\f$ time.
0 commit comments