mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
Update selection_sort_recursive.c
This commit is contained in:
parent
1c777cbe99
commit
d957dacec5
@ -1,5 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
* @author [Dhruv Pasricha](https://github.com/DhruvPasricha)
|
||||||
* @brief [Selection Sort](https://en.wikipedia.org/wiki/Selection_sort)
|
* @brief [Selection Sort](https://en.wikipedia.org/wiki/Selection_sort)
|
||||||
* implementation using recursion.
|
* implementation using recursion.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user