Update sorting/selection_sort_recursive.c

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
This commit is contained in:
DhruvPasricha
2021-02-25 00:00:41 +05:30
committed by GitHub
parent 6c874bd7cd
commit 08cf618094

View File

@@ -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)