Giter Site home page Giter Site logo

hacktoberfest2021-recursion-hub's Introduction

Hacktoberfest2021 Recursion Hub

Write the solution of any recursive problem in any language of your choice. You Don't Need to write an optimal solution just write code with help of Recursion.

none

Maker sure to flow instruction bellowed.

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. Make sure your problem is not present in the list below.

4. Select any programing language of your choice(Write code in ./Code folder only). and write code to solve the problem(Make sure file name explain the problem in brief). and add the problem in list.

5. In Code make sure to add two sections in the comment.

  1. Contributor Introduction
/**
* Contributor๐ŸŽ…
* Name: Your Github Name
* Github: Your Github Url
* WebSite(optional): Your Personal Website Url
*/
  1. About Problem
/**
* ๐Ÿ‘‰ Problem: Nth FibonacciNumber
* ๐Ÿ‘‘ Description: Find the Nth Fibonacci Number.
* ๐ŸŽ“ Explanation(optional):Any fibonacci number is give by sum of last two fibonacci number
*    before the number.
*    Ex.
*    F(N):  0 1 1 2 3 5 8 13 21...
*    N   :  0 1 2 3 4 5 6  7  8....
*    f(n)= {
*               0 for  n==0
*               1 for n==1
*               f(n-1)+f(n-2) otherwise
*          }
*/

Hole Code

6. Add problem name in the list given below and make sure two problems are not the same

List

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

hacktoberfest2021-recursion-hub's People

Contributors

dhruvil-shah avatar sakshamian avatar shelendravashishtha2 avatar shrootis avatar zeel-codder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.