Topic: Divide And Conquer Problem / Level: intermediate

Problem: Use divide and conquer to find the number of valid ways to climb a staircase of n steps using 1, 2, or 3 steps.

Run the code to see the output here...