Which of the following statement is correct about find x-03603
Which of the following statement is correct about find(x) operation:
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.9.
Which of the following statement is correct about find(x) operation:
A find(x) on element x is performed by returning exactly the same node that is found.
A find(x) on element x is performed by returning the root of the tree containing x.
A find(x) on element x is performed by returning the whole tree itself containing x.
A find(x) on element x is performed by returning TRUE.