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: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
30b43869d4
commit
a0d02ed307
@ -23,7 +23,7 @@ void swap(int *first, int *second)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief returned the index having minimum value using recursion
|
||||
* @brief Returns the index having minimum value using recursion
|
||||
* @param arr array to be sorted
|
||||
* @param size size of array
|
||||
* @return min_index index of element having minimum value.
|
||||
|
Loading…
Reference in New Issue
Block a user