Skip to content

Commit 927ff99

Browse files
github-actionsgithub-actions
authored andcommitted
clang-format and clang-tidy fixes for b5f9663
1 parent b5f9663 commit 927ff99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sorting/wave_sort.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @file
3-
* @brief Implementation of [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
3+
* @brief Implementation of [Wave
4+
* sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
45
* @details
56
* Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming
67
* the sort function used works in \f$O(nlogn)\f$ time.

0 commit comments

Comments
 (0)