aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

Add solution of staircase of recursion #208

Closed Madhur215 closed 4 years ago

Madhur215 commented 4 years ago

Description

Write a function that returns the number of ways a person can climb n stairs, where the person may only climb 1 or 2 steps at a time.

Program Name - Staircase Of Recursion Issue No.- #138

Checklist(self check)