You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// You are given a number n representing number of stairs in a staircase.
// You are standing at the bottom of staircase. You are allowed to climb 1 step, 2 steps or 3 steps in one move.
// Complete the body of printStairPaths function - without changing signature - to print the list of all paths that can be used to climb the staircase up.