mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user