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: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
parent
f8c9ea04f9
commit
6c874bd7cd
@ -23,7 +23,7 @@ void swap(int *first, int *second)
|
||||
|
||||
/**
|
||||
* @brief returned the index having minimum value using recursion
|
||||
* @param arr array to be sorted
|
||||
* @param arr array to be sorted
|
||||
* @param size size of array
|
||||
*/
|
||||
int findIndex(const int *arr, const int size)
|
||||
|
Loading…
Reference in New Issue
Block a user