...

/

Challenge: Delete Node

Challenge: Delete Node

Let’s delete a node in a BST.

Problem

Remove the node x from a BST and reorganize nodes of the BST to maintain its necessary properties.

Input

A value x that ...