mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Update sorting/selection_sort_recursive.c
This commit is contained in:
parent
1e44e27a99
commit
ad8ab32572
@ -94,7 +94,10 @@ static void test()
|
||||
free(arr);
|
||||
}
|
||||
|
||||
/** Driver Code */
|
||||
/**
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main()
|
||||
{
|
||||
/* Intializes random number generator */
|
||||
|
Loading…
Reference in New Issue
Block a user