Solved

What Does the Left Node Reference of a Newly Inserted

Question 50

Multiple Choice

What does the left node reference of a newly inserted binary search tree node get set to?


A) depends where the node is inserted
B) it gets set to the left child of the new node, if one exists
C) always null
D) it gets set to the left child of the root, if it exists

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions