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
fromextratypesimportTree# library with types used in the task
defsolution(T):
#print(T.x,T.l,T.r)
ifTisNone:
# Important when you do recursion is to properly handle the values according to the scenario. Returning 0 here would give improper results while returning -1 would be the correct solution