Skip to content

Commit 238ed2a

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

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

0 commit comments

Comments
 (0)