mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <time.h>
|
||||
|
||||
/**
|
||||
* Swapped two numbers using pointer
|
||||
* @brief Swapped two numbers using pointer
|
||||
* @param first first pointer of first number
|
||||
* @param second second pointer of second number
|
||||
*/
|
||||
@@ -97,4 +97,4 @@ int main()
|
||||
srand(time(NULL));
|
||||
test();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user