ayushgoswamiabr / 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 the solution of recursive problem. You Don't Need to write an optimal solution just write code with help of Recursion.

none

Ways Contribute

They are two main contributions you can make.

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

Setup Node App(If you what to do first type contribution)

  1. Install Node js And Npm
  2. After clone the App go to the root folder and run the below command
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 new branch with your name (Find more details)
3. Select any problem which can solve by recursion. Please take the problem which has not been taken or written yet. 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 formate. 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.

Thanks You

About

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

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


Languages

Language:JavaScript 42.5%Language:HTML 30.6%Language:CSS 26.9%