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: Ayaan Khan <[email protected]>
  • Loading branch information
DhruvPasricha and ayaankhan98 authored Feb 24, 2021
1 parent f894ff2 commit 18a9974
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 @@ -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 size size of array
*/
Expand Down

0 comments on commit 18a9974

Please sign in to comment.