mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
parent
f894ff2ac3
commit
18a9974a0c
@ -22,7 +22,7 @@ void swap(int *first, int *second)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* returned the index having minimum value using recursion
|
* @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
|
* @param size size of array
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user