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
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
parent
6c874bd7cd
commit
08cf618094
@ -11,7 +11,7 @@
|
||||
|
||||
/**
|
||||
* @brief Swapped two numbers using pointer
|
||||
* @param first first pointer of first number
|
||||
* @param first pointer of first number
|
||||
* @param second second pointer of second number
|
||||
*/
|
||||
void swap(int *first, int *second)
|
||||
|
Loading…
Reference in New Issue
Block a user