This repository contains solutions to common recursion problems in C++.
- Count the Number of Digits in a Number
- Find the maximum element in an array
- Check if an Array is Sorted (Strictly Increasing) using Recursion
- Check if a String contains only Digits using Recursion
- Count the number of zeros in a number
- Convert a Decimal Number to Binary using Recursion
- Reverse the Digits of a Number using Recursion
- Reverse a linked list
- Reverse an array
- Merge two sorted linked lists
- Clone the repository:
git clone https://github.com/The-AarushiSingh/Recursion.git