Update selection_sort_recursive.c

This commit is contained in:
DhruvPasricha 2021-02-25 00:12:15 +05:30 committed by GitHub
parent 1c777cbe99
commit d957dacec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/