Skip to content

Commit

Permalink
Update factorial_recursion.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sricharan200 authored Nov 16, 2023
1 parent 6c6c480 commit 205c10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/factorial_recursion.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Memoization: https://www.geeksforgeeks.org/memoization-1d-2d-and-3d/
*/

#include <stdio.h>
#include <stdio.h> /// Perform Input and Output operations
#include <stdint.h> /// Standardized integer data types for improved portability.
#include <assert.h> /// Assertions for testing purposes.

Expand Down

0 comments on commit 205c10e

Please sign in to comment.