| 1 | Understand recursion by print something N times |   | | |
| 2 | Print name N times using recursion |   | | |
| 3 | Print 1 to N using recursion |   | | |
| 4 | Print N to 1 using recursion |   | | |
| 5 | Sum of first N numbers |   | | |
| 6 | Factorial of N numbers |   | | |
| 7 | Reverse an array |   | | |
| 8 | Check if a string is palindrome or not |    | | |
| 9 | Fibonacci Number |    | | |