Skip to content

Commit

Permalink
Update sorting/selection_sort_recursive.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ayaan Khan <[email protected]>
  • Loading branch information
DhruvPasricha and ayaankhan98 authored Feb 24, 2021
1 parent 98a1b14 commit f894ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorting/selection_sort_recursive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -97,4 +97,4 @@ int main()
srand(time(NULL));
test();
return 0;
}
}

0 comments on commit f894ff2

Please sign in to comment.