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
//there are two things i understood from this code that is
//
// 1.a variable should change in a recursive function
// 2. a return value should be given to the base function and if printing has to be done it should be at the top of the code without checking any flags or anything