Which of the following statement is correct about union-03608
Which of the following statement is correct about union:
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.10.
Which of the following statement is correct about union:
To perform Union of two sets, we merge the two trees by making the root of one tree point to the root of the other.
To perform Union of two sets, we merge the two trees by making the leaf node of one tree point to the root of the other.
To perform Union of two sets, merging operation of trees in not required at all.
None of the given options.