mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03: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