File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- FILE 0-puts_recursion.c is a function that prints a string.
1
+ # Welcome to 0x08-recursion
2
2
3
- FILE 1-print_rev_recursion.c is a function that prints a string in reverse .
3
+ ` FILE 0-puts_recursion.c ` is a function that prints a string.
4
4
5
- FILE 2-strlen_recursion.c is a function that returns the length of a string.
5
+ ` FILE 1-print_rev_recursion.c ` is a function that prints a string in reverse .
6
6
7
- FILE 3-factorial.c is a function that returns the factorial of a given number .
7
+ ` FILE 2-strlen_recursion.c ` is a function that returns the length of a string .
8
8
9
- FILE 4-pow_recursion.c is function that returns the value of x raised to the power of y .
9
+ ` FILE 3-factorial.c ` is a function that returns the factorial of a given number .
10
10
11
- FILE 5-sqrt_recursion.c is a function that returns the natural square root of a number .
11
+ ` FILE 4-pow_recursion.c ` is function that returns the value of x raised to the power of y .
12
12
13
- FILE 6-is_prime_number.c is a function that returns 1 if the input integer is a prime number.
13
+ ` FILE 5-sqrt_recursion.c ` is a function that returns the natural square root of a number.
14
14
15
- FILE 100-is_palindrome.c is a function that returns 1 if a string is a palindrome and 0 if not .
15
+ ` FILE 6-is_prime_number.c ` is a function that returns 1 if the input integer is a prime number .
16
16
17
- FILE 101-wildcmp.c is a function that compares two strings and returns 1 if the strings can be considered identical, otherwise return 0.
17
+ ` FILE 100-is_palindrome.c ` is a function that returns 1 if a string is a palindrome and 0 if not.
18
+
19
+ ` FILE 101-wildcmp.c ` is a function that compares two strings and returns 1 if the strings can be considered identical, otherwise return 0.
You can’t perform that action at this time.
0 commit comments