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