mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
a0d02ed307
commit
72e2c43f91
@ -49,7 +49,8 @@ int findIndex(const int *arr, const int size)
|
||||
/**
|
||||
* @brief Selection Sort algorithm implemented using recursion
|
||||
* @param arr array to be sorted
|
||||
* @param size size of array
|
||||
* @param size size of the array
|
||||
* @returns void
|
||||
*/
|
||||
void selectionSort(int *arr, const int size)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user