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
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
parent
18a9974a0c
commit
33f9f85122
@ -45,7 +45,7 @@ int findIndex(int *arr, int size)
|
||||
}
|
||||
|
||||
/**
|
||||
* Selection Sort algorithm implemented using recursion
|
||||
* @brief Selection Sort algorithm implemented using recursion
|
||||
* @param arr array to be sorted
|
||||
* @param size size of array
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user