From 238ed2a5c7ab3bdad464fdff4d702f1cb67e39d8 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Fri, 16 Jul 2021 01:34:57 +0530 Subject: [PATCH] Update sorting/wave_sort.cpp Co-authored-by: David Leal --- sorting/wave_sort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/wave_sort.cpp b/sorting/wave_sort.cpp index 6144c3ef3..daca9bc56 100644 --- a/sorting/wave_sort.cpp +++ b/sorting/wave_sort.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief Implementation of [Wave + * @brief Implementation of the [Wave * sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm * @details * Wave Sort is a sorting algorithm that works in \f$O(nlogn)\f$ time assuming