Collections of solutions to recursive problems. You Don't Need to write an optimal solution just write code with the help of Recursion.
There are two main contributions you can make.
npm i
node server.js
or
nodemon server.js
## How to Contribute?
###### 1. Fork and clone this repository.
###### 2. Create a new branch with your name ([Find more details](https://github.com/firstcontributions/first-contributions))
###### 3. Select any problem which can be solved by recursion. Please choose the problem which has not yet been taken or written. You can see on the website of this repo and check if the problem is written or not. And If after this you aren't able to find that problem is written or taken then create a new issue with **newproblem** tag.
###### 4. Select any programing language of your choice(Make Change in ***./Code*** folder only). and write code to solve the problem(Make sure the file name explains the problem in brief). Here you have to create one Markdown file for code.
MarkDown File Formate
1. Contributor Introduction And Problem Information
```md
---
Name: 'Your Ans'
Github: 'Your Ans'
WebSite: 'Your Ans'
Problem: 'Your Ans'
Description: 'Your Ans'
Language: 'Your Ans'
---
Node: Website Part is optional. don't include Website key if you don't have website :).
Please, follow this format only.
* be make sure you have space right
* This is not valid
```md
Name:'Your Ans'
or
Name: Your Ans
```
* This is Valid
```md
Name: 'Your Ans'
```