Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to count the number of ways to climb a staircase with steps of 1 or 2.

Run the code to see the output here...