ankitapuri / DSA-guide

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

Wanted to add sum of digits using recursion in c #297

Closed UG-SEP closed 3 years ago

UG-SEP commented 3 years ago

💥 Proposal

Hey, I wanted to add sum of digits problem using recursion in c language Example: Input: 5434 Output: The sum of digits is 16

Have you read the Contributing Guidelines on Pull Requests ?

(Yes I have readed )

Please assign me

rish-singhal commented 3 years ago

@ankitapuri I can do the same in python. Assign me if possible.