PROCEDURE TREE_INSERT(HEAD,X,Y) [Given a binary tree whose root node address is given by the pointer value HEAD and the information value (X) of the node marked for insertion, this procedure inserts the node (Y) whose information field is equal to X... |