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
The NULL check at the beginning of hasPathSum() was removed because the checkPathSum() function already handles the NULL case. This simplifies the logic.