Topic: Backtracking Problem / Level: beginner

Problem: Find all distinct ways to reach the top of a staircase given specific steps allowed at each position.

Run the code to see the output here...