mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Update sorting/selection_sort_recursive.c
This commit is contained in:
parent
50cb5835a1
commit
1e44e27a99
@ -73,7 +73,8 @@ void selectionSort(int *arr, const int size)
|
||||
}
|
||||
|
||||
/**
|
||||
* Test function
|
||||
* @brief Self-test implementations
|
||||
* @returns void
|
||||
*/
|
||||
static void test()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user