mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix: Apply suggestions from code review
This commit is contained in:
parent
d4e844e993
commit
3681b53128
@ -5,11 +5,11 @@
|
|||||||
* implementation using recursion.
|
* implementation using recursion.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h> /// for assert
|
#include <assert.h> /// for assert
|
||||||
#include <stdio.h> /// for IO operations
|
#include <stdio.h> /// for IO operations
|
||||||
#include <stdlib.h> /// for dynamic memory allocation
|
#include <stdlib.h> /// for dynamic memory allocation
|
||||||
#include <time.h> /// for random numbers generation
|
#include <time.h> /// for random numbers generation
|
||||||
#include <inttypes.h> /// for uint8_t
|
#include <inttypes.h> /// for uint8_t
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Swapped two numbers using pointer
|
* @brief Swapped two numbers using pointer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user