Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer algorithm to count the number of ways to climb stairs with 1, 2, or 3 steps at a time.

Run the code to see the output here...