1.

What is the below pseudo code trying to do, where pt is a node pointer and root pointer.

A. Insert a new node
B. Delete a node
C. Search a node
D. Count the number of nodes
Answer» B. Delete a node


Discussion

No Comment Found