mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03: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