Skip to content

The-AarushiSingh/Recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursion Problems

This repository contains solutions to common recursion problems in C++.

Problems Covered

  1. Count the Number of Digits in a Number
  2. Find the maximum element in an array
  3. Check if an Array is Sorted (Strictly Increasing) using Recursion
  4. Check if a String contains only Digits using Recursion
  5. Count the number of zeros in a number
  6. Convert a Decimal Number to Binary using Recursion
  7. Reverse the Digits of a Number using Recursion
  8. Reverse a linked list
  9. Reverse an array
  10. Merge two sorted linked lists

How to Run

  1. Clone the repository:
git clone https://github.com/The-AarushiSingh/Recursion.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages