mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
parent
08cf618094
commit
7b23edbfd6
@ -12,7 +12,7 @@
|
|||||||
/**
|
/**
|
||||||
* @brief Swapped two numbers using pointer
|
* @brief Swapped two numbers using pointer
|
||||||
* @param first pointer of first number
|
* @param first pointer of first number
|
||||||
* @param second second pointer of second number
|
* @param second pointer of second number
|
||||||
*/
|
*/
|
||||||
void swap(int *first, int *second)
|
void swap(int *first, int *second)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user