Skip to content

Commit

Permalink
Update sorting/selection_sort_recursive.c
Browse files Browse the repository at this point in the history
Co-authored-by: David Leal <[email protected]>
  • Loading branch information
DhruvPasricha and Panquesito7 authored Feb 24, 2021
1 parent 30b4386 commit a0d02ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/selection_sort_recursive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a0d02ed

Please sign in to comment.