zeel-codder / Recursion-Hub

Write a solution to any recursive problem in any language of your choice

Home Page:https://recursion-hub.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursion Hub

Collections of solutions to recursive problems. You Don't Need to write an optimal solution just write code with the help of Recursion.

none

Ways To Contribute

There are two main contributions you can make.

  1. The first is you can edit and improve the website node app.
  2. The second way is to write any problem and solution in recursion, just make sure the problem is not yet written.

Setup Node App(If you intend to do the first contribution option 1.)

  1. Install Node js And Npm
  2. After cloning the App, go to the root folder and run the command below
npm i
  1. Then start the app
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)
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

    ---
    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
        Name:'Your Ans'
        
        or 
        
        Name: Your Ans   
      • This is Valid
        Name: 'Your Ans'  
  2. Your Code Write code in this md format. Try to add problem explanation in comment in your code. See demo code.

Md File Demo

Rules

  1. Try to add some value and don't spam
  2. Just follow the instructions given above and you are good to go.

Contributors

Thank You!

About

Write a solution to any recursive problem in any language of your choice

https://recursion-hub.herokuapp.com/


Languages

Language:C++ 78.2%Language:HTML 9.9%Language:JavaScript 9.6%Language:Python 2.3%