ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 114 forks source link

Add a program to count the digits in a number using recursion #295

Closed UG-SEP closed 3 years ago

UG-SEP commented 3 years ago

💥 Proposal

Hey, I wanted to add a count the digits program this program tell you about the total number of digits in a number Example: Case 1: Input: 1435 Output: The total number of digits in 1435 is 4 Case 2: Input: -473 Output: The total number of digits in -473 is 3

Have you read the Contributing Guidelines on Pull Requests ?

Yes I have readed the contributing.md guidelines on pull request Please assign me this issue Thanks