clang-format and clang-tidy fixes for b5f9663f

This commit is contained in:
github-actions
2021-07-15 08:44:26 +00:00
parent b5f9663f90
commit 927ff99ef0

View File

@@ -1,6 +1,7 @@
/**
* @file
* @brief Implementation of [Wave sort](https://www.geeksforgeeks.org/sort-array-wave-form-2/) algorithm
* @brief Implementation of [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
* the sort function used works in \f$O(nlogn)\f$ time.