Skip to content

Commit 9fb6681

Browse files
Merge pull request matthewsamuel95#793 from aneuhold/aneuhold-branch2
Added description to recursive staircase problem
2 parents c0bfad1 + d6021f5 commit 9fb6681

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Recursive Staircase Problem
2+
3+
There are n stairs, a person standing at the bottom wants to reach the top. The person can climb either 1 stair or 2 stairs at a time. Count the number of ways, the person can reach the top.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ ACM-ICPC Algorithms is a collection of important algorithms and data structures
7878
* [Number Of Islands](/DP/NumberOfIslands)
7979
* [Partition Problem](/DP/PartitionProblem)
8080
* [Print Neatly](/DP/PrintNeatly)
81+
* [Recursive Staircase Problem](/DP/Recursive_Staircase_Problem)
8182
* [Shortest Uncommon Subsequence](/DP/ShortestUncommonSubsequence)
8283
* [Subset Sum](/DP/subset%20sum%20problem)
8384
* [Longest Bitonic SubSequence](/DP/LongestBitonicSubseq)

0 commit comments

Comments
 (0)