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
Hint 1
Start traversing from the leaf. Always go up till you reach the root.
Hint 2
Change pointers as asked, make the current node's parent its left child, and make the left child the right one if needed.